[
https://issues.jboss.org/browse/JBIDE-22750?page=com.atlassian.jira.plugi...
]
Andre Dietisheim commented on JBIDE-22750:
------------------------------------------
[~ddekany] we'd be very glad to get your contribution to fix this, is this possible to
you? We badly lack resources to work on this on a timely manner.
Auto-insert name after </# and </@
----------------------------------
Key: JBIDE-22750
URL:
https://issues.jboss.org/browse/JBIDE-22750
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: freemarker
Reporter: Daniel Dekany
Assignee: Daniel Dekany
Fix For: 4.5.0.AM1
It would be very handy if {{<#/}} auto-inserts the name of directive that it closes.
It's tricky to do though, because it has to be synchronous (and fast) and so it
certainly can't wait for the result from the reconciler thread. Without that, finding
out what tag needs closing isn't trivial because most but not all {{#}} directives are
implicitly closed (worse, in case of assignments that depends on the expression after the
directive name).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)