mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 00:40:28 +07:00
fixed PY-6587 Move Statements: inconsistent selection on moving more than one statement up or down.
7 lines
102 B
Python
7 lines
102 B
Python
class Test(object):
|
|
|
|
def q(self):
|
|
c = 3
|
|
<selection> a = 1
|
|
b = 2
|
|
<caret></selection> |