You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
"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
The text was updated successfully, but these errors were encountered: