jdaugherty opened a new issue, #70: URL: https://github.com/apache/grails-intellij-plugin/issues/70
In Grails' implementation of Sitemesh, GSP pages can have a <meta name=layout/> tag, where the value corresponds to a layout GSP page (such as the default 'main.gsp') under grails-app/view/layouts/. On a large project with both internal and external sides, it is possible to have a large number of layouts, each used by dozens of different pages. It would be extremely useful to be able to lookup all GSPs that are using a particular layout. So if I was viewing the "educational.gsp" layout, I could (for example) "CMD click" the meta name=layout tage, and be given a dropdown or context menu of all GSPs using this layout. Since the format for this tag is virtually standardized (there's little variation - the layouts are always where they belong), this shouldn't be a huge pain to track down - even if it just stuck with views that were "where they belong" under the views/ directory. --- *Imported from [IDEA-60006](https://youtrack.jetbrains.com/issue/IDEA-60006) · Type: Feature · Votes: 1* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
