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