AdvancedNewFile
AdvancedNewFile copied to clipboard
New file bar doesn't auto-detect multiple folders in project
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 folder in the project, but is rather created in the first folder cheril as cheril/admin/view/template/module/new_file.tpl
the "root" directory without anything specified is controlled by default_root property. Right now the plugin isn't smart enough to know that you want to use the top level directory when it is specified. As a work around, you should be able to specify admin:view/template/module/new_file.tpl, which should create the file in the create place.