mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 07:40:42 +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
+8
@@ -0,0 +1,8 @@
|
||||
class C {
|
||||
String empty = """
|
||||
<html>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
""";
|
||||
}
|
||||
Reference in New Issue
Block a user