file-tree-alternative icon indicating copy to clipboard operation
file-tree-alternative copied to clipboard

[FR] Option to revert to simpler alphanumerical sorting

Open Zebrazilla opened this issue 3 years ago • 0 comments

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. image Whereas the current sorting, as per 2.1.3, looks like this: image 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!

Zebrazilla avatar Jun 23 '22 16:06 Zebrazilla