-
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] Order folders on top #2772
Comments
Comment by WebsiteDeveloper as far as i know folders are on top at least on windows |
Comment by drewhamlett Not for me |
Comment by WebsiteDeveloper are you on a mac? |
Comment by drewhamlett Yea I'm on Mac. Mean't to mention that. |
Comment by njx We're following the platform convention--on Mac folders are mixed in with files, on Windows they're sorted to the top. We could add a sorting preference though. Marking move to backlog. |
Comment by peterflynn Fwiw, on the Mac Espresso, TextMate and Coda all show files and folders intermingled too -- seems pretty standard. OTOH this seems very easy to have a pref for. As a workaround, you can hack your local copy of Brackets just by removing the |
Comment by drewhamlett TextMate 2 orders folders first out of box. I haven't used the first Textmate in so long I can't remember what it does. Chocolat Then most of the IDE's I've used. Netbeans, Eclipse, Webstorm. Thanks for your help though. I've never understood why MacOSX does this. Makes no sense to me. |
Comment by WebsiteDeveloper i wanted to implement a sorting preference but i wanted to ask if sombody has a good idea how to integrate such a feature nicely into the UI |
Comment by njx
|
Comment by GarthDB That would be a nice feature. |
Comment by WebsiteDeveloper
|
Comment by adrocknaphobia Moved to backlog: https://trello.com/c/l3ce9hgK We just need a little UX support before we can add this feature. I'm closing the issue, but keeping the pull request open. |
Comment by ghost This is my least favorite part of Brackets ... feels so janky with folders randomly (alphabetically) scattered throughout. :) |
Comment by RaymondLim
|
Comment by AgtLucas
|
Comment by jonathanphz Awesome - this works great. Thanks |
Comment by peterflynn Adding 'fixed' tag since this was implemented back in PR #7138 |
Comment by angieskazka
|
Comment by lmartins Thank you for the fix. |
Comment by BoeFly
|
Comment by imechemi
|
Comment by philchanet Thanks a lot |
Comment by Tusko
|
Comment by HenrichJones
|
Comment by antonio-gomez Great to have this feature, just add in your brackets.json preferences the following: |
Comment by mintjava
|
Comment by redmunds
|
Comment by stevemillerbrewd
|
Comment by ghost Excellent, Thank you for that recommendation I had a comma at the end of the (sortDirectoriesFirst) instruction, which it didn't like. Once I removed that comma, Brackets sorted the folders and files as expected! :) |
Issue by drewhamlett
Friday Feb 22, 2013 at 13:59 GMT
Originally opened as adobe/brackets#2935
Instead of alphabetical order have option or default to folders on top. This is how most text editors and ides do it.
See Chocolat text editor option.
The text was updated successfully, but these errors were encountered: