AdvancedNewFile
AdvancedNewFile copied to clipboard
File creation plugin for Sublime Text
Say I have a project loaded from the following folder \\servername\share\project. I open file src\hello.txt and begin editing. While editing if I start ANF with newfile.txt the file is created...
Based on my understanding of the Readme and the default settings file, to add something like a file template, the user settings file should look something like this: ``` {...
A drop down to pick root for the new file to override the **default_root** value in the "Enter a path for a new file" bar would be very convenient.
Say i have two main folders in my project like so:  When i try to create a new file **admin/view/template/module/new_file.tpl** it's not created as **view/template/module/new_file.tpl** under the **admin** main...
Instead of opening up a bar at the bottom to type your entire directory I imagine that a quick panel is opened up when I press the key binding. In...
{ "shell_input":true, "file_templates": { "js": [ "Packages/User/MyTmpl/js.sublime-snippet" ], "py": [ "Packages/User/MyTmpl/python.sublime-snippet" ] } } create new file by ⌥ +⌘+N, not use snippet.
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...
is there option enable auto text selection when the rename text box pop up ? Like in this screenshot 
I have UTF8 .csv file and **Cut to file** doesn't work. From the console: ``` Traceback (most recent call last): File "advanced_new_file.commands.command_base in \Data\Installed Packages\AdvancedNewFile.sublime-package", line 315, in on_done File...