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:
Artemiy Sartakov
2019-10-15 13:40:27 +00:00
committed by intellij-monorepo-bot
parent 443204183c
commit 7129bbcce7
5 changed files with 73 additions and 70 deletions
@@ -2,8 +2,8 @@ class Test {
void test() {
String block = """
<caret>
text""";
<caret>
text""";
}
}
@@ -1,10 +1,10 @@
class Test {
void test() {
String block = """
<caret>
<caret>
""";
""";
}
}