-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Big bag o' minor code cleanups & JSLint fixes #1991
Comments
Comment by TomMalbran Hi. Just saw the comment on WorkingSetSort and WorkingSetReorder events. I am using the workingSetReorder listener inside the sort workingSet functionality to disable the automatic sort. If automatic sort is enable and a user drags and drops to manually sort files, it will disable the automatic sort, since it will undo the changes manually made by the user when the next file is added. So to combine them we might need to add additional information to the event to know when is a drag and drop sort and when isn't, just to support the previous case. I could do that later if is better having both events combined. |
Comment by redmunds Done with review. 1 minor comment. |
Comment by peterflynn
|
Comment by TomMalbran
|
Comment by redmunds
So if it's OK like it is let's remove the TODO comment now, otherwise this will have to be done in a future pull request. |
Comment by TomMalbran
|
Comment by peterflynn
In the same commit, also added some comment tidying in Resizer. This resulted in spinning off another TODO-linked bug, #2079.
|
Comment by redmunds Looks good. Merging. |
Issue by peterflynn
Monday Nov 05, 2012 at 23:16 GMT
Originally opened as adobe/brackets#2058
Shouldn't contain any functional changes, so hopefully this is pretty safe to merge... though it never hurts to double-check the accuracy of the docs first :-)
peterflynn included the following code: https://github.com/adobe/brackets/pull/2058/commits
The text was updated successfully, but these errors were encountered: