We have the commands
cm_Select=2936;Select file under cursor, go to next
cm_UnSelect=2937;Remove selection of file, go to next
It could be useful with a parameter to ONLY select/deselect the file WITHOUT going to the next file
These already support parameters 1 and above to select more than 1 file. I will support parameter -1 to not go to next, also for cm_reverse.
It would be nice if the OPENBAR command could be aware of the "Show as menu" option.
Show as menu only works from an existing bar. This wouldn't work if the user has disabled both the horizontal and vertical bar.
In vain. Nothing can be worse than careless deletion by Shift+Del.
There are undelete tools which work quite well - but not after cm_wipe.
TC doesn't used numbered favorite tabs
I'd think about it if I were you. It is quite convenient and useful.
But how? TC uses .tab files which can be stored anywhere.
1. De/activating the menu (F9/F10)
OK, I can add this, but it will not work when the user has pressed Shift, Ctrl, or Alt. Why? There is no command to focus the main menu. When the user presses F9, TC just sends WM_KEYDOWN/WM_KEYUP of the F10 key to itself.
2. Show context menu of TC window (Alt+Space)
There is also no command to focus the system menu (context menu is Shift+F10).
3. Use an external viewer (F3/Alt+F3)
OK, added.
4. Invert selection of the object under cursor without moving to the next (Space)
OK, will use cm_reverse -1 (see above)
5. The same thing, but without counting in the status bar (Alt+Shift+Up)
Hmm, I think that this is a bug, not a feature.
6. Open Quick Filter dialog and reactivate last-used filter (Ctrl+Shift+S)
OK, I will use cm_quickfilter 1
7. cm_CopyToArchive and cm_MoveToArchive, but to the directory of the active panel
I think I will have to add more parameters here, as for cm_copy.
8. cm_OpenNewTabOther and cm_OpenNewTabBgOther
OK, I will add them. Btw, there is already cm_OpenDirInNewTab and cm_OpenDirInNewTabOther.
9. Add the file name under the cursor to the end of the command line (Ctrl+Enter)
That's what cm_AddFileNameToCmdLine will do.
10. Add the full file name under the cursor to the end of the command line (Ctrl+Shift+Enter)
That's what cm_AddPathAndFileNameToCmdLine will do.