Author: Stefan2
Subject: Re: miss feature in context menu depending on blank list or
Posted: Wed Jun 29, 2016 4:20 am (GMT -6)
You can right click the path bar, above of the files list, to get that "New" menu.
You can also use Shift+F4 to create new file, as Horst.Epp mentioned already.
Even in a full list, just modify the name in that dialog to a new one.
Next you could create an Button or usercmd (also with hotkey) to create new files:
At last, if you try out TC v9 beta, there is a new command for you:
cm_EditFileMenu
_________________
MfG, Stefan
WinXP-10, 32+64-Bit
Am Anfang war das Wort... Darum: Wehret den Anfängen. Kein Viertes Reich! - (☪ oe ✡ is ) = ☮
Subject: Re: miss feature in context menu depending on blank list or
Posted: Wed Jun 29, 2016 4:20 am (GMT -6)
Michael REMY wrote: |
--- i have to right-clic with my mouse and i chose the item to create a new notepad file. (txt file). --- so when the file lists is full (no white space area to clic), i can't have the feature in my contexctual menu ! |
You can right click the path bar, above of the files list, to get that "New" menu.
You can also use Shift+F4 to create new file, as Horst.Epp mentioned already.
Even in a full list, just modify the name in that dialog to a new one.
Next you could create an Button or usercmd (also with hotkey) to create new files:
Code: |
[em_NewFile] cmd=%comspec% /c copy nul Param=?.txt [em_NewFile_YYYYMMDD] cmd=%comspec% /c copy nul Param=?%%Date:~-4,4%%.%%Date:~-7,2%%.%%Date:~0,2%%.txt [em_NewFile_BaseName] cmd=%comspec% /c copy nul Param=?"%O .%E .txt" menu=new file, take base name from selected file [em_NewFilePUTFILE] ; file 'editor' with path to editor cmd=%commander_path%\Plugins\NewFilePutFile\putfile.exe Param=?%O |
At last, if you try out TC v9 beta, there is a new command for you:
cm_EditFileMenu
Quote: |
08.06.16 Release Total Commander 9.0 beta 1 (32/64) 24.05.16 Added: New internal command cm_EditFileMenu to show 'New' submenu from the right click context menu, to create new files other than plain text (32/64) |
_________________
MfG, Stefan
WinXP-10, 32+64-Bit
Am Anfang war das Wort... Darum: Wehret den Anfängen. Kein Viertes Reich! - (☪ oe ✡ is ) = ☮