mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
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:
committed by
intellij-monorepo-bot
parent
3ad31d8a27
commit
524e6f6664
@@ -1,7 +0,0 @@
|
||||
class Test {
|
||||
|
||||
void test() {
|
||||
String block = """<caret>"""
|
||||
}
|
||||
|
||||
}
|
||||
-8
@@ -1,8 +0,0 @@
|
||||
class Test {
|
||||
|
||||
void test() {
|
||||
String block = """
|
||||
<caret>""";
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user