21.05.18 Added: Use Shift+F7 to create directory in target panel, using the name under the cursor from the source panel as the default (32/64)










Moderators: Hacker, petermad, Stefan2, white
21.05.18 Added: Use Shift+F7 to create directory in target panel, using the name under the cursor from the source panel as the default (32/64)
@Ghisler The definition is quite confusing as "create directory in target panel" means for me that no panel switching is involved as source/target panel should remain !ghisler(Author) wrote:TC sets the focus to the other panel before opening the F7 dialog, so it would be confusing if the title would show "other panel"...
I'm not against a new option but I like the current behaviour as default.nsp wrote:@Ghisler The definition is quite confusing as "create directory in target panel" means for me that no panel switching is involved as source/target panel should remain !ghisler(Author) wrote:TC sets the focus to the other panel before opening the F7 dialog, so it would be confusing if the title would show "other panel"...
Even if internally you do as described (which is good for refreshing), you should add an option to focus on newly created folder and/or be back to current file/folder. By default fulfill the definition without unwanted panel switching. It should behave like F5 or F6 doing operation in target panel staying on source panel. (it seems more natural for me)
As far as this is concerned, i would still like to see an option for the focus to remain in the source panel after the successful creation of the folder. That way, one could create several folders from the source panel to the destination one easily.2. It would be nice if there was a way (perhaps an extra checkbox on the dialog which should be saved in the INI as a new setting) for the focus to remain in the source panel. That way, one could SHIFT+F7 2 or 3 folders in a row and then move to the destination panel to use them.
Code: Select all
dir1|dir2|dir3|dirX
Support++ too....select multiple folders in the source window and have SHIFT+F7 add them as "dir1|dir2|dir3|dirX" in the F7 dialog textbox
Code: Select all
TOTALCMD#BAR#DATA
%COMSPEC% /C
chcp 65001 && %%COMSPEC%% /C for /F "usebackq delims=" %%n in (`type %WF`) do if not exist "%T%%n" md "%T%%n"
%COMMANDER_PATH%\wcmicons.dll,29
Make directories in opposite panel with same name as marked files/folders
1
-1
To make the button:
1. Mark the green text above (including TOTALCMD#BAR#DATA in the first line and -1 in the last line).
2. Copy it to the ClipBoard (Ctri+C).
3. Right click on TC's buttonbar and choose "Paste".