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

(File browser) Sort files that start with a number by whole number #7057

Open
julianbarg opened this issue Aug 20, 2019 · 0 comments
Open

(File browser) Sort files that start with a number by whole number #7057

julianbarg opened this issue Aug 20, 2019 · 0 comments

Comments

@julianbarg
Copy link

I noticed that the file browser will sort files by the first digit only when a filename starts with a number.

E.g. (Imagine the numbers being followed by some more characters and a file extension):
-1
-11
-12
...
-19
-2
-21
-3
-4
...

Obviously, the file browser should take all numeric characters at the beginning of the file name into consideration, like some of the other IDEs out there do.

Then, the folder would look like this:
-1
-2
-3
...
-9
-10
-11
-12
...
-19
-20
-21

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