Re: FreeMarker support for NetBeans
Daniel Dekany <[email protected]> Thu, 28 May 2015 22:37:39 +0200
| Newsgroups | gmane.comp.web.freemarker.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Thanks, I have updated http://freemarker.org/editors.html! The examples when creating a new file is a bit odd. Especially <@html_escape>, which is a rarely if ever used legacy. BTW, something is off with the coloring of that stat-tag (it's mostly black after the @, not red). You may also want to tell users where to update freemarker.jar in case there are new bulilt-ins or directives they want to use but are marked as errors. (Also just in case it was missed, the list of legal directive names can be queried from there: freemarker.template.Configuration.getSupportedBuiltInDirectiveNames(). There's a similar method there for built-in names, if you want to color those to at some later point.) -- Thanks, Daniel Dekany ------------------------------------------------------------------------------