AdvancedNewFile icon indicating copy to clipboard operation
AdvancedNewFile copied to clipboard

File creation plugin for Sublime Text

Results 30 AdvancedNewFile issues
Sort by recently updated
recently updated
newest added

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: ![untitled-1-20160426104012](https://cloud.githubusercontent.com/assets/4815620/15567307/405ea78a-232e-11e6-84b7-d17feb360f01.jpg) 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 ![screen shot 2016-04-04 at 4 19 27 pm](https://cloud.githubusercontent.com/assets/538657/14243712/45bb7f80-fa81-11e5-8625-bdec0be9bb4e.png)

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