mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +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:
@@ -0,0 +1,7 @@
|
||||
class Test(object):
|
||||
|
||||
def q(self):
|
||||
c = 3
|
||||
<caret><selection>a = 1
|
||||
b = 2
|
||||
</selection>
|
||||
Reference in New Issue
Block a user