[WISH] do same action at once on both panels
Posted: 2006-11-16, 14:39 UTC
I often compareDirs (cm_CompareDirs). Then to restore previous situation (eg. display all files then unselect all files on both panels) I have too many operations to do : 1) cm_LeftAllFiles 2) cm_RightAllFiles 3) goto left panel 4) cm_ClearAll (left panel) 5) goto right panel 6) cm_ClearAll (right panel).
I'd wish a solution to minimize the number of these operations.
I see 3 possibilities :
1) to be able to execute many internal commands at once (eg. in command line enter "cm_LeftAllFiles cm_RightAllFiles cm_FocusLeft cm_ClearAll cm_FocusRight cm_ClearAll"). One would be able to create a usercmd which contains all these internal commands.
2) to have cm_bothXXXX similar to all internal commands cm_leftXXXX but for the two panels
3) to have a flag (a bit like cm_SyncChangeDir), say cm_bothToggle. If on, cm_leftXXXX acts like cm_leftXXXX followed by cm_rightXXXX
What do you think ?
I'd wish a solution to minimize the number of these operations.
I see 3 possibilities :
1) to be able to execute many internal commands at once (eg. in command line enter "cm_LeftAllFiles cm_RightAllFiles cm_FocusLeft cm_ClearAll cm_FocusRight cm_ClearAll"). One would be able to create a usercmd which contains all these internal commands.
2) to have cm_bothXXXX similar to all internal commands cm_leftXXXX but for the two panels
3) to have a flag (a bit like cm_SyncChangeDir), say cm_bothToggle. If on, cm_leftXXXX acts like cm_leftXXXX followed by cm_rightXXXX
What do you think ?