mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
fixed PY-6587 Move Statements: inconsistent selection on moving more than one statement up or down.
5 lines
60 B
Python
5 lines
60 B
Python
if True:
|
|
pass
|
|
<caret><selection>a = 2
|
|
b = 3</selection>
|