We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 names are dependant on first character, rather than whole value, so order: 1, 2, 11; will see file 11 come before file 2
1, 2, 11
11
2
Create files with appropriate names to test
Files are ordered corresponding to number value, e.g. 1, 2, 11
CodeEdit: 0.1.0 macOS: 14.4.1
No response
The text was updated successfully, but these errors were encountered:
@austincondiff I'd like to take on this one
Sorry, something went wrong.
naturally orders files and folders CodeEditApp#1714
f4c1515
naturally orders files and folders #1714 (#1774)
2c93567
@hkarmoush, if your PR resolves this issue, could you please add * closes #0000 to ensure it gets closed automatically
* closes #0000
No branches or pull requests
Description
File names are dependant on first character, rather than whole value, so order:
1, 2, 11
; will see file11
come before file2
To Reproduce
Create files with appropriate names to test
Expected Behavior
Files are ordered corresponding to number value, e.g.
1, 2, 11
Version Information
CodeEdit: 0.1.0
macOS: 14.4.1
Additional Context
No response
Screenshots
The text was updated successfully, but these errors were encountered: