Now TC allows to create file with Shift+F4 using Notepad.
This is a limitation because this method cannot be used with FS-plugins. New file creating in opposite panel.
Creating file natively by TC.
Moderators: Hacker, petermad, Stefan2, white
I think for creating file to API FS-plugins must be added function like:
where
FileName - Name of the file to be created, with full path.
After pressing Shift+F4 (or another key assigned with creating of file) behaviour of TC is usual.
When user press OK TC must call function FsMkFile.
Code: Select all
BOOL __stdcall FsMkFile(char* FileName);
FileName - Name of the file to be created, with full path.
After pressing Shift+F4 (or another key assigned with creating of file) behaviour of TC is usual.
When user press OK TC must call function FsMkFile.