What is the difference between
cm_SrcByName <--> cm_SrcNegOrder
Difference between cm_SrcByName and cm_SrcNegOrder?
Moderators: Hacker, petermad, Stefan2, white
You may have missed this piece of information; yet you can look up the internal Total Commander commands in the file %COMMANDER_PATH%\Totalcmd.inc.
This includes the commands cm_SrcByName and cm_SrcNegOrder as well.
So there is no real need to ask us und wait for us to look it up for you.
cm_SrcByName sorts the source file panel alphabetically by name (ascending)
cm_SrcNegOrder reverses the currently selected order in the source file panel, no matter which sort order it is.
If you simply try what cm_SrcNegOrder does you will know what I mean.
This includes the commands cm_SrcByName and cm_SrcNegOrder as well.
So there is no real need to ask us und wait for us to look it up for you.

Code: Select all
cm_SrcByName=321;Source: Sort by name
[...]
cm_SrcNegOrder=330;Source: Reversed order
cm_SrcNegOrder reverses the currently selected order in the source file panel, no matter which sort order it is.
If you simply try what cm_SrcNegOrder does you will know what I mean.