RFE: Secondary Sort (via GUI)

Have a suggestion for "Everything"? Please post it here.
Post Reply
therube
Posts: 4972
Joined: Thu Sep 03, 2009 6:48 pm

RFE: Secondary Sort (via GUI)

Post by therube »

RFE: Secondary Sort (via GUI)

Feasible?

So you could do something like, by Path by Name ...


(There was mention of secondary sort in v1.2?)
void
Developer
Posts: 16735
Joined: Fri Oct 16, 2009 11:31 pm

Re: RFE: Secondary Sort (via GUI)

Post by void »

It's on my TODO list.

1.2.1.451a did have support for secondary sorts.
Secondary sorts are not support in 1.3+, 1.3 uses a different sorting method.

It's not really possible now with the fast sort options. I could re-implement the 1.3 behavior if fast sorting is disabled.
Using the double sort to set the secondary sort would be a good start, for example:
Sorting by size then extension would sort the results by extension, and matching extensions would be sorted by size.
I will have to consider adding a GUI command to do this.

Sorting by path already sorts by Path and then by name.
Post Reply