file-tree-alternative
file-tree-alternative copied to clipboard
[FR] Option to revert to simpler alphanumerical sorting
I would ideally like to sort folders and files by simpler alphanumerical sorting, so that I can use hexadecimal values (base 16). Such sorting would look like:
00
01
02
09
0a
0b
0c
0f
10
11
12
19
1a
1b
1c
1f
20
In issue #8 I found that the sorting algorithm was corrected to what it is now, from strictly alphanumerical sorting to natural sorting, so I went back to version 1.1.6 to see what the sorting would look like. The old sorting did exactly what I have been wanting, resulting in this.
Whereas the current sorting, as per 2.1.3, looks like this:
The difference seems to be this and this.
I would like to request an option in settings, for both file and folder pane, to sort by strictly alphanumerical.
Thank you for an awesome plugin!