[Github-comments] [geany/geany] Multipaste (#2328)

AdamDanischewski notifications at xxxxx
Tue Oct 1 13:44:25 UTC 2019


AdamDanischewski 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); 
+}

The reason I did this is because @elextr suggested that it should be an option. I agree that it should be the only behavior. 

-- 
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_r330064994
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20191001/08f9d774/attachment.html>


More information about the Github-comments mailing list