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

Make system.path_compare more digit-aware #1474

Merged
merged 1 commit into from
Apr 18, 2023

Conversation

Jan200101
Copy link
Contributor

@Jan200101 Jan200101 commented Apr 18, 2023

This allows a human friendly sorting filenames with numbers in them So

  • asd1
  • asd10
  • asd2

becomes

  • asd1
  • asd2
  • asd10

This allows a human friendly sorting filenames with numbers in them
So
- asd1
- asd10
- asd2
becomes
- asd1
- asd2
- asd10
@jgmdev
Copy link
Member

jgmdev commented Apr 18, 2023

Fixes #1473

@adamharrison adamharrison merged commit 76ec16f into lite-xl:master Apr 18, 2023
takase1121 pushed a commit to takase1121/lite-xl that referenced this pull request Aug 19, 2023
This allows a human friendly sorting filenames with numbers in them
So
- asd1
- asd10
- asd2
becomes
- asd1
- asd2
- asd10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants