mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
text blocks: don't escape paste outside content of text block (IDEA-217353)
GitOrigin-RevId: 7ee24196154f11a34b50d2d95c62f374abe13f14
This commit is contained in:
committed by
intellij-monorepo-bot
parent
3a73782bb6
commit
dca820c744
+4
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
String empty = """
|
||||
"\"";
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
String empty = """
|
||||
"<caret>"";
|
||||
}
|
||||
Reference in New Issue
Block a user