-
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] [OPEN] Fix #4332 and #4409: Sort issues fixed on the Working Set and Project Tree #4134
Comments
Comment by TomMalbran
|
Comment by RaymondLim
You have 3 places that require file name sorting. So I suggest that we should have it as a general filename sort function in FileUtils.js file and call it from these three places. |
Comment by TomMalbran
|
Comment by TomMalbran
|
Comment by TomMalbran
|
Comment by RaymondLim Done with re-review. Just one more comment that I should have caught in earlier reviews. |
Comment by TomMalbran
|
Comment by RaymondLim Looks good, thanks. Merging. |
Issue by TomMalbran
Monday Jul 15, 2013 at 22:18 GMT
Originally opened as adobe/brackets#4463
Fixes for #4332 and #4409.
On #4409 the issue was that the sort wasn't using the locale string functions that JavaScript Implements on the Project Tree, while I did use them on the Working Set Sort.
On #4409 the problem is that windows sort the files without the file extension, and in brackets we were sorting with the file extension. So now in windows it compares only the file names without the extension.
TomMalbran included the following code: https://github.com/adobe/brackets/pull/4463/commits
The text was updated successfully, but these errors were encountered: