Files
openide/python/testData/mover/multiLineSelection1_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
102 B
Python

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