Files
openide/python/testData/mover/multiLineSelection7_afterDown.py
Ekaterina Tuzova 01caab85df python: added ability to move multiline statements
fixed PY-6587 Move Statements: inconsistent selection on moving more than one statement up or down.
2013-09-13 20:02:16 +04:00

7 lines
94 B
Python

class Test(object):
def q(self):
c = 3
<caret><selection>a = 1
b = 2
</selection>