File sort order

Features wanted...
Post Reply
Gandolf

File sort order

Post by Gandolf »

Am I missing something or is there not an option for Numeric (Natural Number) sort order for files? I prefer to have files sorted as:

File1.jpg
File2.jpg
....
File10.jpg
File11.jpg

and not as:

File1.jpg
File10.jpg
File11.jpg
....
File2.jpg

I don't know if this has been discussed before, I did a search but found nothing relevant.

admin
Site Admin
Posts: 66086
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: File sort order

Post by admin »

Natural numeric order has never been a feature nor discussed. Interesting task! Not very trivial and sure to slow down sorting notably.

I did a quick research and found that the functionality is built into XP and exploitable via API. That makes it easy enough for me to go that way and say: you get it but it's XP only.

I don't know yet how slow it will come out but since it will be optional: who cares?

Is it right that natural numeric order only applies to the Name column?

jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

Re: File sort order

Post by jacky »

admin wrote:I don't know yet how slow it will come out but since it will be optional: who cares?
Yep, plus I'm on XP so I'll get it so I'm happy :D
admin wrote:Is it right that natural numeric order only applies to the Name column?
Yes, I mean the Size column already has 1, 2, ...., 9, 10, 11, .... obviously, so, where else could it be used? :roll:

admin
Site Admin
Posts: 66086
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: File sort order

Post by admin »

jacky wrote:... where else could it be used? :roll:
Where text and numbers can live together, for example Type and Ext columns. Just checked Explorer: it does natural numeric order only in the Name column! So will I.

Gandolf

Post by Gandolf »

As far as I am aware other file managers that have natural numeric sort only apply it to the name field in XP. I cannot see any great advantage in applying it to extension unless you use very non-standard extensions. One text editor I think has numbered backups, but I think they are only numbers, not BAK+number

admin
Site Admin
Posts: 66086
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Post by admin »

Gandolf wrote:As far as I am aware other file managers that have natural numeric sort only apply it to the name field in XP. I cannot see any great advantage in applying it to extension unless you use very non-standard extensions. One text editor I think has numbered backups, but I think they are only numbers, not BAK+number
Same here. I ended up applying it to Name and Path (find results) and to all folders in the tree view. BTW, the speed is fantastic: you will not note any slow down. :D

Post Reply