@techee, you are gonna make all of Geany functionality operate on the multiple selections instead of just the main selection? Neat!!
Scintilla does that and it works. We already support a special case of this - the block cursor which is just multiple carets aligned vertically and there's no problem with that as far as I can tell. One caret is always primary and places where Geany gets the current position will refer to it but I think it's expected.
Normally, we'd get all this for free from Scintilla but it's mapped to ctrl+click which we use for symbol goto so we'll just have to remap it to something else like alt+click.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.