You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently work on a big project with multiple themes, based on different domains and multiple configuration files.
I would like to know if there is any way to implement 'Go to view' to show you any possible views from all themes and also from root views folder, and chose which one to open, rather than checking only one theme name in the config main.php.
Thank you!
The text was updated successfully, but these errors were encountered:
You are welcome!
I think that I can implement that. (This need a new option.) But "Go to view" is becoming complex little by little.
There is also another request #35. So I might not be able to implement this soon.
Perhaps, your request is similar with #22. I guess that you would like to select a view file from file list.
e.g.
// protected/controllers/SiteController.phppublicfunctionactionIndex() {
// Run Go To View action// show four view files on list
}
Yes, it might be not similar with them as features. To show the list is similar :)
I can't promise to implement this feature soon. But I understood your request.
Hello,
First of all, great plugin! Thank you!
I currently work on a big project with multiple themes, based on different domains and multiple configuration files.
I would like to know if there is any way to implement 'Go to view' to show you any possible views from all themes and also from root views folder, and chose which one to open, rather than checking only one theme name in the config main.php.
Thank you!
The text was updated successfully, but these errors were encountered: