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