mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
PY-8744 Smart indent pasted lines doesn't replace selection when pasting multi-line code
4 lines
48 B
Python
4 lines
48 B
Python
<selection>a = 1
|
|
b = 1
|
|
</selection><caret>c = 1
|