mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
JavaEnterInTextBlockHandler: new line on third open quote, preserve indent when inserting line break at block start (IDEA-CR-53311)
GitOrigin-RevId: 6d919937a6624f6a05e0386c8f10c5ba26bce249
This commit is contained in:
committed by
intellij-monorepo-bot
parent
443204183c
commit
7129bbcce7
+2
-2
@@ -2,8 +2,8 @@ class Test {
|
||||
|
||||
void test() {
|
||||
String block = """
|
||||
<caret>
|
||||
text""";
|
||||
<caret>
|
||||
text""";
|
||||
}
|
||||
|
||||
}
|
||||
+2
-2
@@ -1,10 +1,10 @@
|
||||
class Test {
|
||||
void test() {
|
||||
String block = """
|
||||
<caret>
|
||||
<caret>
|
||||
|
||||
|
||||
|
||||
""";
|
||||
""";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user