mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
text blocks: add text block escaping (only escape """ and \) when pasting (IDEA-217353)
GitOrigin-RevId: 03db759d2b770edc191aa0614251bdbaaa1742ed
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1094935f12
commit
507c853824
+6
@@ -0,0 +1,6 @@
|
||||
class C {
|
||||
String x = """
|
||||
"\"
|
||||
target\""
|
||||
""";
|
||||
}
|
||||
Reference in New Issue
Block a user