]
Ondrej Dockal closed JBIDE-22574.
---------------------------------
Verified on devstudio:
Version: 10.0.1.AM2
Build id: AM2-v20160720-1632-B5674
Closing.
Custom color of directives in eclipse plugin now working
--------------------------------------------------------
Key: JBIDE-22574
URL:
https://issues.jboss.org/browse/JBIDE-22574
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: freemarker
Environment: Eclipse Mars.2, FreeMarker IDE 1.5.100.Final-v20160603-0259-B419
Reporter: Marcelo Marcelo
Assignee: Alexey Kazakov
Priority: Minor
Fix For: 4.4.1.AM2
Attachments: freemarker-ide.png
When using Freemarker IDE on eclipse, I would like to customize editor's colors,
since I am using a dark theme and the editor is not readable with the default colors.
However, changing the color for directives does not work as expected. It only change
colors of closing tags.
Example: <#list> remains dark blue (default color) but </#list> changes to
the new color.