Hello, I have macOS 12.6 and geany "installed" in version 1.38. Plugins enabled Auto-mark, Extra selection, Macros.
Copying of selected blocks in the text seems to be working fine, but I'm facing issues during pasting of selected block into/behind the text. I used to per my windows and Linux from past some chain by the end of line behind text, but for now if I paste it an event with block selection it pastes all lines and includes by each line "enter"/end of line.
Example
lines: 1 2 3
I want put behind following chain: aaa bbb ccc
expected result: aaa 1 bbb 2 ccc 3
current result: aaa 1 2 3 bbb ccc
Thank you for the advice/hints BR Honza