@Akronix commented on this pull request.


In src/sciwrappers.c:

> @@ -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, view it on GitHub, or mute the thread.