[Github-comments] [geany/geany] Multipaste (#2328)
Abel Serrano Juste
notifications at xxxxx
Wed Oct 2 17:38:05 UTC 2019
Akronix commented on this pull request.
> @@ -93,6 +93,10 @@ sptr_t sci_send_message_internal (const gchar *file, guint line, ScintillaObject
}
#endif
+ /* Set multi paste setting (at 3104 scintilla defaults to SC_MULTIPASTE_ONCE) */
+void sci_set_multipaste(ScintillaObject *sci, gint mpval) {
+ SSM(sci, SCI_SETMULTIPASTE, mpval, 0);
+}
Related discussion can be found in #2317 and in #850
--
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/pull/2328#discussion_r330680948
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20191002/91c1dc5d/attachment.html>
More information about the Github-comments
mailing list