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,6 @@
class Test(object):
def q(self):
<selection> a = 1
b = 2
<caret></selection> c = 3