Page 1 of 1

Creating file natively by TC.

Posted: 2008-01-22, 22:00 UTC
by DrShark
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.

Posted: 2008-01-23, 16:44 UTC
by Maximus
I think for creating file to API FS-plugins must be added function like:

Code: Select all

BOOL __stdcall FsMkFile(char* FileName);
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.