AdvancedNewFile
AdvancedNewFile copied to clipboard
File creation plugin for Sublime Text
Fixes: https://github.com/SublimeText/AdvancedNewFile/issues/172
Copy file to existing overwrites and there is no "warn_overwrite_on_copy" option
I am trying to set the default extension to *.TXT. I have tried each of the settings below, but none of them works. When I save a new file, the...
ANF is one of my primary plugins (Windows ST3), but only after I started using Clipboard Manager (CM) with it. I find myself more often than not, having the initial...
Twice I've accidentally deleted an untitled tab by trying to save it via ANF: Rename (ANF: Copy works, though you end up with an extra tab). I think I've learned...
`ANF: New File -> foo/` create a new foo folder, however, `ANF: Delete File -> foo/` doesn't delete the foo folder.
Basically, I'm thinking of something similar to the Emacs (or shell) behavior. With "nix"-style completion enabled, if the user presses TAB _twice_ when the completion is ambiguous, show a list...
It just popped on the Sublime Text console after activating the plugin: ``` Traceback (most recent call last): File "D:\SublimeText\sublime_plugin.py", line 191, in create_window_commands cmds.append(class_(window)) File "D:\SublimeText\Data\Packages\AdvancedNewFile\advanced_new_file\commands\copy_file_command.py", line 11, in...
Hi, one of the use cases I encountered is that we take down raw notes in a new sublime tab but then these tabs are cluttered with very less visibility...
Title pretty much explains it. Right now the moment you hit enter on the "Enter a path for a new file" bar the file is created and this is the...