Could we enter e.g.:07.05.23 Added: cm_EditNewFile with parameter 1 now creates a new file without opening the editor.
Code: Select all
file1.txt|file2.txt|file3.txt
TIA
Roman
Moderators: Hacker, petermad, Stefan2, white
Could we enter e.g.:07.05.23 Added: cm_EditNewFile with parameter 1 now creates a new file without opening the editor.
Code: Select all
file1.txt|file2.txt|file3.txt
It would be implemented since beta2?
Yes, see https://www.ghisler.com/history1100.txt
Thank you Christian for implementing it. This was asked for now and then.ghisler(Author) wrote:
"cm_EditNewFile" is the internal command to open an existing file in the configured editor (F4), and first create the file, if not already present.
Yes, in the opened dialog box. Just write cm_EditNewFile into the TC command line and see (or press Shift+F4)
That's good, I get it.Stefan2 wrote: 2023-05-10, 15:28 UTC Use "cm_EditNewFile 1" to create a new text file, but don't open it instantly in the configured editor.
That's not what I want.
Code: Select all
cm_EditNewFile 1 "custom_file_name.txt"
Code: Select all
cm_EditNewFile 1 "custom_file_name1.txt"|"custom_file_name2.ext"|"custom_file_nameN.etc"
Yes, sir. Entirely agree.
3. is included in 2.
Thanks for supporting.beb wrote: 2023-05-10, 15:46 UTC "cm_EditNewFile 1" with the predefined file name(s) [including based on the available naming templates, that are good]
Could you please add this?OK, so we have two suggestions about creating multiple files:
1. by entering something like file1|file2|file3 into the dialog
2. by entering something like cm_EditNewFile 1 file1|file2|file3 onto the command line or some user command