Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New file bar doesn't auto-detect multiple folders in project #156

Open
ggets opened this issue May 26, 2016 · 1 comment
Open

New file bar doesn't auto-detect multiple folders in project #156

ggets opened this issue May 26, 2016 · 1 comment

Comments

@ggets
Copy link

ggets commented May 26, 2016

Say i have two main folders in my project like so:
untitled-1-20160426104012

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

@skuroda
Copy link
Collaborator

skuroda commented Jun 23, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants