Skip to content

Uppercase directories sorted before lowercase #123

@nyanpasu64

Description

@nyanpasu64

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions