mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
determine content range of text block correctly on pasting in literal (IDEA-CR-50963)
GitOrigin-RevId: aca891bae186771688369389803a7b47da165f91
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ed264d14d2
commit
1c31987860
+4
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
String empty = """
|
||||
\a\\""";
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
String empty = """
|
||||
\a<caret>""";
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
String empty = """ \
|
||||
b\ad esc\ape """;
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
String empty = """ <caret>
|
||||
b\ad esc\ape """;
|
||||
}
|
||||
+6
@@ -0,0 +1,6 @@
|
||||
class C {
|
||||
String empty = """
|
||||
|
||||
|
||||
""";
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
class C {
|
||||
String empty = """
|
||||
<caret>""";
|
||||
}
|
||||
Reference in New Issue
Block a user