mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
fixed PY-6587 Move Statements: inconsistent selection on moving more than one statement up or down.
7 lines
101 B
Python
7 lines
101 B
Python
class Test(object):
|
|
|
|
<selection> a = 1
|
|
b = 2
|
|
<caret></selection> def q(self):
|
|
pass
|