Skip to content
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

Uppercase directories sorted before lowercase #123

Open
nyanpasu64 opened this issue Sep 18, 2018 · 0 comments
Open

Uppercase directories sorted before lowercase #123

nyanpasu64 opened this issue Sep 18, 2018 · 0 comments

Comments

@nyanpasu64
Copy link

I noticed that uppercase directories are sorted before=above lowercase directories. This feels unnatural compared to most file managers.

If localization is not an issue (probably solvable, considering other file managers the feature working), is it possible to sort directories case-insensitively?

It seems like sorting is performed here:

https://stackoverflow.com/a/17491652

How to sort alphabetically while ignoring case sensitive?
Collections.sort(listToSort, String.CASE_INSENSITIVE_ORDER);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant