mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
[java] Implement Join lines action for text block
Support ending \, insert \n otherwise (to preserve semantics) IDEA-337178 Join lines: support terminating \ in text blocks GitOrigin-RevId: 2acb64443b83a27f29a969360b2cbbe34f7ea7d4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
21b52d4e0c
commit
48cb7b5154
@@ -0,0 +1,7 @@
|
||||
class A {
|
||||
void test() {
|
||||
String s = """
|
||||
Hello World!
|
||||
""";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user