You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: