This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Fix #3440: Working set does not re-sort when automatic sort is turned on#3450
Merged
iwehrman merged 1 commit intoadobe:masterfrom Apr 16, 2013
TomMalbran:tom/fix-issue-3440
Merged
Fix #3440: Working set does not re-sort when automatic sort is turned on#3450iwehrman merged 1 commit intoadobe:masterfrom TomMalbran:tom/fix-issue-3440
iwehrman merged 1 commit intoadobe:masterfrom
TomMalbran:tom/fix-issue-3440
Conversation
Contributor
|
It looks like the |
iwehrman
added a commit
that referenced
this pull request
Apr 16, 2013
Fix #3440: Working set does not re-sort when automatic sort is turned on
Contributor
Author
|
I actually removed the automaticFn entirely in the request #3080. I needed it for a special MRU sort method, but then that was replaces with Added, so now that function doesn't make much sense. I'll update that pull to call the sort method directly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes the issue #3440 by sorting the working set after the Automatic Sort is enabled using the current sort method.