JavaEnterInTextBlockHandler: commit document on enter only for java files, do not add semicolon after text block (IDEA-CR-53311)

GitOrigin-RevId: 256c7400b9a22bad92833b4576a30b6075676694
This commit is contained in:
Artemiy Sartakov
2019-10-10 12:03:40 +00:00
committed by intellij-monorepo-bot
parent 3ad31d8a27
commit 524e6f6664
7 changed files with 1 additions and 42 deletions
@@ -1,7 +0,0 @@
class Test {
void test() {
String block = """<caret>"""
}
}
@@ -1,8 +0,0 @@
class Test {
void test() {
String block = """
<caret>""";
}
}