mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 19:28:23 +07:00
StringLiteralCopyPasteProcessor: keep indent for multiline paste into text block (IDEA-217406)
GitOrigin-RevId: b1a5d55f8749fea0002723ae2a6b2370fb8ed4ab
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2e80954276
commit
caac9ef3d8
@@ -0,0 +1,5 @@
|
||||
class C {
|
||||
String empty = """
|
||||
<caret>
|
||||
""";
|
||||
}
|
||||
Reference in New Issue
Block a user