Page 1 of 1
Sorting by size
Posted: 2009-06-06, 20:14 UTC
by bloodlust8
Any chance of making it sort directories when you do a sort by size. IE Press Alt+Shft+Return then click sort column will sort directories in Asc/des order and then by files.
Posted: 2009-06-06, 20:30 UTC
by ts4242
Go to Options> Display page and select Like files (also by time)
Not size
Posted: 2009-06-06, 22:53 UTC
by Clo
2
ts4242

Hello !
• I've that option directly from a button, I tested but it seems that "Size" doesn't work…
… which sounds logical, since we would have to check all sizes of all folders continually…
… or did I miss something ?

KR
Claude
Clo
Posted: 2009-06-06, 23:21 UTC
by ts4242
2
Clo

Hello!
Clo wrote:... or did I miss something ?
You missed to press Alt+ Shift+ Enter first before sorting by size!
A stick in the b** !
Posted: 2009-06-06, 23:47 UTC
by Clo
2
ts4242

Again…
• I knew that, but I assume that
bloodlust8 meant a sorting
without another handling…
- Of course, one can set a button for the
cm_CountDirContent command,
but that isn't very handy, and probably long the hell…
… also combinate two commands for a couple of buttons with cm_LeftBySize¦cm_RightBySize, but it will be slow as well…

KR
Claude
Clo
Re: A stick in the b** !
Posted: 2009-06-07, 00:01 UTC
by ts4242
Clo wrote:but I assume that bloodlust8 meant a sorting without another handling…
No
bloodlust8 means that:
bloodlust8 wrote:IE Press Alt+Shft+Return then click sort column will sort directories in Asc/des order
Clo wrote:- Of course, one can set a button for the cm_CountDirContent command,
but that isn't very handy, and probably long the hell…
Usually calculating directories size takes too long, so it must invoked only when you actually need it, but not when you just sort by size.
Posted: 2009-06-11, 21:42 UTC
by bloodlust8
Thanx, worked perfectly:)