mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +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
+2
-2
@@ -1,5 +1,5 @@
|
||||
class C {
|
||||
String empty = """
|
||||
\"\"\"
|
||||
target\"\"\"<caret>""";
|
||||
\"""
|
||||
target\""\"<caret>""";
|
||||
}
|
||||
Reference in New Issue
Block a user