Sort order of command lists cm_*

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Mercade
Junior Member
Junior Member
Posts: 31
Joined: 2003-07-20, 17:51 UTC

Sort order of command lists cm_*

Post by *Mercade »

The list box with all commands cm_* are not alphabetically ordered, but in some associative manner related to their menus, and then the rest added to that. :? It makes it hard to find the right command for me. When adding a command to the tool bars, or setting a key shortcut to a command, I always find myself examining the list at least twice because cm_CompareDirs and cm_CompareFiles (for instance) are nowhere near each other. Could these lists be sorted?
User avatar
Lefteous
Power Member
Power Member
Posts: 9536
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2Mercade

The combobox with all cm_*-commands is just the content of the file "Totalcmd.inc" (located in your Total Commander directory). Do the following:

1. Rename Totalcmd.inc to Totalcmd.inc.bak
2. now use the command line: sort /O Totalcmd.inc Totalcmd.inc.bak
3. Restart Total Commander
Mercade
Junior Member
Junior Member
Posts: 31
Joined: 2003-07-20, 17:51 UTC

Post by *Mercade »

Thanks for pointing at the TotalCmd.inc file, Lefteous.
Post Reply