Creating file natively by TC.

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
DrShark
Power Member
Power Member
Posts: 1872
Joined: 2006-11-03, 22:26 UTC
Location: Kyiv, 68/262
Contact:

Creating file natively by TC.

Post 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.
User avatar
Maximus
Member
Member
Posts: 147
Joined: 2006-04-12, 10:51 UTC
Location: Ukraine
Contact:

Post 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.
Post Reply