Files
openide/python/testData/mover/multiLineSelection8.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

6 lines
96 B
Python

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