]
Daniel Dekany commented on JBIDE-22574:
---------------------------------------
As JBIDE-20180 is merged now, this can be closed.
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
Priority: Minor
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.