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