mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fixed PY-6410 Adding/Pasting text at the end of a class method causes the next class method to be moved outside the class
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
class A:
|
||||
a = 1
|
||||
b = 2
|
||||
@@ -0,0 +1,2 @@
|
||||
class A:
|
||||
<caret> b = 2
|
||||
@@ -0,0 +1,3 @@
|
||||
class C:
|
||||
<selection> a = 1
|
||||
</selection>
|
||||
Reference in New Issue
Block a user