mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
python: added ability to move multiline statements
fixed PY-6587 Move Statements: inconsistent selection on moving more than one statement up or down.
This commit is contained in:
5
python/testData/mover/multiLineSelection9.py
Normal file
5
python/testData/mover/multiLineSelection9.py
Normal file
@@ -0,0 +1,5 @@
|
||||
class Test(object):
|
||||
<caret><selection> a = 1
|
||||
b = 2
|
||||
</selection> def q(self):
|
||||
c = 3
|
||||
Reference in New Issue
Block a user