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.
6 lines
93 B
Python
6 lines
93 B
Python
<caret><selection>a = 1
|
|
b = 2
|
|
</selection>class Test(object):
|
|
def q(self):
|
|
c = 3
|