Using the JTE IntelliJ plugin version 2.1.2, I cannot insert a newline at the end of the .kte template file when a template control structure is incomplete.
To reproduce:
Create a new file test.kte.
Type an incomplete control structure:
@if(true)
Press Enter to try to insert a newline. This fails; no newline is inserted.
Using the JTE IntelliJ plugin version 2.1.2, I cannot insert a newline at the end of the
.kte
template file when a template control structure is incomplete.To reproduce:
Create a new file
test.kte
.Type an incomplete control structure:
Press Enter to try to insert a newline. This fails; no newline is inserted.