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:
Ekaterina Tuzova
2013-09-13 20:02:16 +04:00
parent eeff2a8021
commit 01caab85df
38 changed files with 510 additions and 63 deletions

View File

@@ -0,0 +1,8 @@
class Test(object):
def q(self):
c = 3
<selection><caret>a = 1
b = 2
</selection>