[Github-comments] [geany/geany] Multiple carets, selections, insertion points and paste (#1141)

elextr notifications at xxxxx
Fri Dec 22 06:27:41 UTC 2017


Enabling Scintilla multiple selections is easy, but everybody seems to have missed the following:

Geany and plugins are __not__ written to handle multiple selects, its is unknown what will happen in Geany or plugin functions if there is a multiple selection.  In the best case it will "just work" on the main selection and ignore the rest, in the worse case who knows, crash maybe.

Geany handles rectangular selections, but they are provided by Scintilla as a single selection, not multiple selections.

No plugin can change this as its in Geany and other plugins code.

Until the plan for introducing multiple selects addresses this it is likely to go nowhere.

-- 
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/1141#issuecomment-353531563
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171222/b97b507a/attachment.html>


More information about the Github-comments mailing list