Without this, when having a column mode caret, paste only inserts the text into the primary cursor position but not to all of them.
Similarly, without the patch, autocomplete only works for the primary cursor position only. Fixes #625. Closes #2328 (which is kind of absurd regarding how much discussion and commits it took to add 2 lines of code, and even when squashed, would contain extra whitespace) You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/4278 -- Commit Summary -- * Allow pasting and autocompletion for multiple cursors -- File Changes -- M src/editor.c (6) -- Patch Links -- https://github.com/geany/geany/pull/4278.patch https://github.com/geany/geany/pull/4278.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4278 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4...@github.com>