sublime-templateninja
sublime-templateninja copied to clipboard
Create new files quickly with Templates - Sublime Text 2 Plugin
Fixes #2 - exception is already loaded. Without this I have misleading errors like in #2.
In a project, user can add more than one root folder. Now ninja can only select the folders under first root folder. Hope it can be fix in the future...
Traceback (most recent call last): File "./sublime_plugin.py", line 339, in run_ File "./TemplateNinja.py", line 25, in run File "./TemplateNinja.py", line 42, in show_directory_selection File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.py", line 276, in walk names...
When I try to create new file using Ninja, I am getting following: ``` Failed to parse: /home/bluszcz/.config/sublime-text- 2/Packages/TemplateNinja/templates/sublimetemplate.sublime-template Failed to parse: /home/bluszcz/.config/sublime-text- 2/Packages/TemplateNinja/templates/PHPClass.sublime-template Failed to parse: /home/bluszcz/.config/sublime-text-2/Packages/TemplateNinja/templates/CSharp.sublime-template Failed to...
Hi, From the console: ``` Reloading plugin /home/jeroenl/.config/sublime-text-2/Packages/TemplateNinja/TemplateNinja.py Traceback (most recent call last): File "./sublime_plugin.py", line 62, in reload_plugin File "./TemplateNinja.py", line 7, in from elementtree import SimpleXMLTreeBuilder # part...