Ok @elextr you talked me into looking into the code finally. I've got it
working with the current Scintilla.
### line 167 geany/scintilla/src/Editor.cxx:
**from** `multiPasteMode = SC_MULTIPASTE_ONCE;`
**to** `multiPasteMode = SC_MULTIPASTE_EACH;`

--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2317#issuecomment-535706906