]
Jeff MAURY updated JBIDE-20492:
-------------------------------
Fix Version/s: 4.6.x
(was: 4.5.x)
Allow configuring FreeMarker (per project)
------------------------------------------
Key: JBIDE-20492
URL:
https://issues.jboss.org/browse/JBIDE-20492
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: freemarker
Reporter: Daniel Dekany
Assignee: Denis Golovin
Priority: Minor
Fix For: 4.6.x
Some configuration settings affect parsing, and more such settings may appear in the
future. A simple yet quite flexible and future-proof way of allowing configuring per
project is adding a multi-line text input with label "Configuration settings (Java
properites format)" under Project properties / FreeMarker, where the user can enter
arbitrary text, then parse that with {{java.util.Properties}} and pass it to
{{Configuration.setSettings(Properties)}}.