jdaugherty opened a new issue, #84:
URL: https://github.com/apache/grails-intellij-plugin/issues/84
Provide grails application module.
Provide grails-app/conf/Config.groovy with a setting:
```
grails.views.gsp.encoding = "UTF-8"
```
In a grails-app/controllers/AnyController provide a reference to the option:
```
def sample = {
render "<p>$ConfigurationHolder.config.grails.views.gsp.encoding</p>"
}
```
Invoke completion (Ctrl+Space) in the middle segment of property reference,
e.g. inside "views".
Completion shows all the rest segments of property name:
"views.gsp.encoding".
Press Tab to select the item.
Result: the item replaces just a part before the 1st dot:
> render
"<p>$ConfigurationHolder.config.grails.views.gsp.encoding.gsp.encoding</p>"
The Tab should probably take into account that dot is a part of the value.
108.578.
---
*Imported from [IDEA-71625](https://youtrack.jetbrains.com/issue/IDEA-71625)
· Type: Bug · Votes: 0*
*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]