How to sort files before folders?
Moderators: Hacker, petermad, Stefan2, white
How to sort files before folders?
What sort settings i can use to sort files before folders?
You can't. At least not with TC. If you find a file-manager that does, it would be nice if you let us know.
Regards
Dalai
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Huh, FreeCommander indeed has some sort options more than TC, including this one. But FreeCommander's settings dialog is really crappy (checkboxes for settings which exclude each other, really?).
Just out of curiosity: What's your use-case for such sorting?
Regards
Dalai
Just out of curiosity: What's your use-case for such sorting?
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
- Ambaquista
- Junior Member
- Posts: 64
- Joined: 2005-05-27, 11:11 UTC
- Location: Luanda, Angola
2Dalai:
XYplorer - File Manager for Windows
https://www.xyplorer.com/
20+ different sorting options, including sorting by name (folders and files mixed)
The free version was discontinued 2 or 3 months ago.
regards
XYplorer - File Manager for Windows
https://www.xyplorer.com/
20+ different sorting options, including sorting by name (folders and files mixed)
The free version was discontinued 2 or 3 months ago.
regards
You can make a button like this:
It will hide all folders.
Or you can use the same command in an external command and assign it to a keybord shortcut or the menu.
I suggest to make a View Mode with this Auto-run command: *cm_SrcAllFiles - And then assign this View Mode to an Auto Switch Mode with Rule: L
This will reset the file panel to show all files and folders when you change directory, so you don't forget it
Code: Select all
TOTALCMD#BAR#DATA
cd *|*\
%COMMANDER_EXE%,26
Hide Folders
-1
Or you can use the same command in an external command and assign it to a keybord shortcut or the menu.
I suggest to make a View Mode with this Auto-run command: *cm_SrcAllFiles - And then assign this View Mode to an Auto Switch Mode with Rule: L
This will reset the file panel to show all files and folders when you change directory, so you don't forget it
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Just out of curiosity: What's your use-case for these checkboxes?Dalai wrote: FreeCommander's settings dialog is really crappy (checkboxes for settings which exclude each other, really?).
Regards
Dalai
We call it WindowsCommander because it commands Windows, not "Total".
even though it'd be cool to command a 7 trillion dollar oil company
It won Best Alternative File Manager
http://polldaddy.com/poll/810222/
First comment = my girl! ;)
even though it'd be cool to command a 7 trillion dollar oil company
It won Best Alternative File Manager
http://polldaddy.com/poll/810222/
First comment = my girl! ;)
Checkboxes usually indicate options that are either enabled or disabled, but they don't exclude each other. If some option A is only available when option B is also enabled, it should be visually indicated that way (by greying out option B). Meaning that it's bad design to automatically disable one checkbox when enabling another.brian wrote:Just out of curiosity: What's your use-case for these checkboxes?
Options that are mutually exclusive are better represented by radio buttons, you know, the things that look like "round" checkboxes inside a group box (you can see such radio buttons e.g. in SystemPropertiesPerformance.exe).
Apart from that I don't have any use-case for these checkboxes because I don't use FreeCommander. I just had a look at it (again) because of peter35's note about it. And I'm disappointed about the settings dialog (again). "Again" meaning that I tested FreeCommander about two years ago, and its settings still haven't changed.
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Yep:Dalai wrote:Options that are mutually exclusive are better represented by radio buttons...
(should be moved to bug reports/suggestions)TC->Files-> Create Ckecksum File(s)...: wrote:[x] Create separate checksum files for each file
[_] Create separate checksum files for each directory
Regards
Holger
Make our planet great again
2HolgerK
This is because you also have to be able to turn them both off - you cannot turn a radio button off without turning another one on.[x] Create separate checksum files for each file
[_] Create separate checksum files for each directory
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
2HolgerK
Yes, even TC has some places where it uses the wrong controls. And I guess Ghisler hasn't made it like your suggestion because that requires additional translation - which costs time and so on. But I agree that it would be a good idea to implement it like this. And now we're completely offtopic
.
Regards
Dalai
Yes, even TC has some places where it uses the wrong controls. And I guess Ghisler hasn't made it like your suggestion because that requires additional translation - which costs time and so on. But I agree that it would be a good idea to implement it like this. And now we're completely offtopic

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror