mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
Smart copy-paste
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:
4
python/testData/copyPaste/multiLine/IndentMulti11.src.py
Normal file
4
python/testData/copyPaste/multiLine/IndentMulti11.src.py
Normal file
@@ -0,0 +1,4 @@
|
||||
class C:
|
||||
def foo(self):
|
||||
<selection>x = 1
|
||||
y = 2</selection>
|
||||
Reference in New Issue
Block a user