krasa / StringManipulation

IntelliJ plugin - https://plugins.jetbrains.com/plugin/2162
Apache License 2.0
694 stars 81 forks source link

"Paste - and Keep Selections" with Multicursor #209

Open andrii-pukhalevych opened 1 year ago

andrii-pukhalevych commented 1 year ago

Is it possible to add "Paste - and Keep Multicurors" fearure? Using "Paste - and Keep Selections" with Multicursor gives single selection. So its not possble to continue work with multiselection.

krasa commented 1 year ago

works fine for me, it keeps selections and multicursors

andrii-pukhalevych commented 1 year ago

Thanks for checking. Does not work in PhpStrom 2021.2.2. Will recheck in PhpStrom 2023 in 1 day.

andrii-pukhalevych commented 1 year ago

PhpStorm 2023.1.2 Copied 4 lines selected via multi cursor But after pasting, only 1 cursor was left.

krasa commented 1 year ago

I see, I was always copypasting to multicursors.

IntelliJ itself pastes it with 1 cursor, I made only a small modification to add the selection. This would require much more work.

andrii-pukhalevych commented 1 year ago

Thanks. Then please close/leave issue depends on if you can do it later.