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?)
RFE: Secondary Sort (via GUI)
Re: RFE: Secondary Sort (via GUI)
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.
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.