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.
11 lines
136 B
Python
11 lines
136 B
Python
class A:
|
|
|
|
def foo(self):
|
|
pass
|
|
|
|
def baz(self):
|
|
pass
|
|
|
|
<selection><caret>def bar(self):
|
|
pass</selection>
|