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

5 lines
60 B
Python

if True:
pass
<caret><selection>a = 2
b = 3</selection>