@AdamDanischewski commented on this pull request.

The change request from b4n is already implemented.


In src/editor.c:

>  	editor->sci = editor_create_widget(editor);
+	sci_set_multipaste(editor->sci, SC_MULTIPASTE_EACH);

That's where it is now.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.