Categories
-
Tags
12.1 13 13.1 14 14.1 15 30 Days Guide 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 Database Tools Debugger Editor Flex Git Groovy ideaX Java 8 java 9 Java Annotated Java EE JavaScript Kotlin Leda Maia Maven Minerva Nika Refactoring Spring VCS XenaJetBrains Blogs
Meta
Tag Archives: Freemarker
IntelliJ IDEA 15 EAP: Help us Test the Adjustments for Color Deficiency
Earlier we mentioned that we’re working to make our IDE more friendly for people with color blindness. In the latest IntelliJ IDEA 15 EAP build, we’ve changed the appearance settings, so now when enabling the Adjust for color deficiency option you have … Continue reading
Posted in EAP Releases, New Features
Tagged 15, Accessibility, Color Blindness, Freemarker, Minerva
25 Comments
Enabling Implicit Context Variables Resolution in Template Files
Because almost any template file has external references to context variables (and we’ll eventually find their declarations in code rendering that file), we need to introduce declarations for such implicit variables. IntelliJ IDEA helps us to do this in familiar … Continue reading
Enabling Template Files and Velocimacros Resolution
As you probably know, there’s something special about developing applications with template languages (e.g. Velocity and Freemarker): lack of compile-time information prevents from resolving references to included files and library macros. But this is not a problem anymore — IntelliJ … Continue reading
Determining Template Data Language by a File Extension
When using FreeMarker or Velocity with IntelliJ IDEA, you sometimes need to change the underlying language for a template to enable coding assistance and syntax highlighting. As with IntelliJ IDEA 8.1, you can open the Settings Dialog and select Template … Continue reading