]
Denis Golovin updated JBIDE-20149:
----------------------------------
Fix Version/s: 4.3.0.Beta2
Standard indentation functionality doesn't work
-----------------------------------------------
Key: JBIDE-20149
URL:
https://issues.jboss.org/browse/JBIDE-20149
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: freemarker
Affects Versions: 4.3.0.Beta1
Environment: Eclipse Mars, Windows, Java 8, 64 bit
Reporter: Daniel Dekany
Fix For: 4.3.0.Beta2
When nothing is selected, the tab key works, but shift-tab doesn't do anything
(should unindent). Nor tab nor shift-tab does anything when selecting multiple lines (to
indent/unindent a whole block of text).
FTL (and HTML) needs to be indented to remain readable. Thus the plain text editor of
Eclipse (where indentation commands works as expected) still is often more usable for
editing templates than the FTL editor.