goodmind / sunflower-fm

Automatically exported from code.google.com/p/sunflower-fm
GNU General Public License v3.0
1 stars 0 forks source link

Numerical sorting #327

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think it'd be better to sort files with numerical prefixes in names in 
numerical and not alphabetical order. Now it looks like this:

1-file1
10-file10
2-file2
3-file3
4-file4
5-file5
6-file6
7-file7
8-file8
9-file9

while it obviously should look like this:

1-file1
2-file2
3-file3
4-file4
5-file5
6-file6
7-file7
8-file8
9-file9
10-file10

Maybe it can be the config option like in Krusader in case someone disagrees 
with me.

Original issue reported on code.google.com by adresatt@gmail.com on 4 Nov 2013 at 11:39

GoogleCodeExporter commented 9 years ago

Original comment by MeanEYE.rcf on 4 Nov 2013 at 11:40

GoogleCodeExporter commented 9 years ago

Original comment by MeanEYE.rcf on 19 Jan 2014 at 12:45

GoogleCodeExporter commented 9 years ago
Important thing to mention. It's off by default as it uses regular expressions 
so it might slow down directory loading on big directories.

Original comment by MeanEYE.rcf on 19 Jan 2014 at 12:45