Categories
-
Tags
12.1 13 13.1 14 14.1 15 2016 2016.2 2016.3 2017 2017.2 2017.3 2018.1 2018.2 2018.3 ActionScript Android Cardea Cassiopeia Code Analysis Code Completion Code Navigation Debugger Editor Flex Git Groovy ideaX Java Java 8 java 9 Java Annotated Java EE JavaScript Kotlin Leda Maia Maven Minerva Nika Refactoring Spring Spring Boot VCS XenaJetBrains Blogs
Meta
Tag Archives: GSP
Grails: extracting text from GSP to resource bundle
By user requests we have added functionality for easy extraction of GSP text to resource bundles. To do this you can select a text fragment, press Alt+Enter and choose the intention “Extract selected text to messages.properties”: I18nize String dialog will … Continue reading
Grails: debugging GSP
Now IntelliJ IDEA X is able to debug GSPs. You can set breakpoints and view variable values or evaluate expressions.
Grails: GSP aware of model returned from controller
As you already know, we are working on GSP editing improvements in IntelliJ IDEA X. In particular, now the editor knows about the variables that the controller supplies to the view. Example: Consider an action returning a bookList variable: And … Continue reading