AdvancedNewFile
AdvancedNewFile copied to clipboard
creating a file inside containing folder with the same name
Hi, I'm using SublimeText with processing,
and am trying to use this tool to follow the folder structure required by Processing, namely [Name]/[Name].pde
I managed to get the .pde to append to the file name by changing the default-extension setting, but I was wondering if there is any way to modify the code or a setting to achieve one of these situations:
- modification while entering file name, so it would look like "Enter path for a new file: [string]/[string].pde" with the string changing in real time as it is typed
or
2:"Enter path for a new file: [string].pde" with a folder named [string] is made in the background to contain the pde file in it.
I will be working with one root folder, and expect to have a folder for ever pde file that I create.
Cheers Bharat