<p><b>@AdamDanischewski</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany/pull/2328#discussion_r330064994">src/sciwrappers.c</a>:</p>
<pre style='color:#555'>> @@ -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); 
+}
</pre>
<p>The reason I did this is because <a class="user-mention" data-hovercard-type="user" data-hovercard-url="/hovercards?user_id=811085" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/elextr">@elextr</a> suggested that it should be an option. I agree that it should be the only behavior.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/pull/2328?email_source=notifications&email_token=AAIOWJZ2P3PI2SG2AC2WPNTQMNH3TA5CNFSM4I3IVKHKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCGPLINI#discussion_r330064994">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ7E565LMA5MAED6BDLQMNH3TANCNFSM4I3IVKHA">mute the thread</a>.<img src="https://github.com/notifications/beacon/AAIOWJ5WKOSGAGL5PZYODVLQMNH3TA5CNFSM4I3IVKHKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCGPLINI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/pull/2328?email_source=notifications\u0026email_token=AAIOWJZ2P3PI2SG2AC2WPNTQMNH3TA5CNFSM4I3IVKHKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCGPLINI#discussion_r330064994",
"url": "https://github.com/geany/geany/pull/2328?email_source=notifications\u0026email_token=AAIOWJZ2P3PI2SG2AC2WPNTQMNH3TA5CNFSM4I3IVKHKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCGPLINI#discussion_r330064994",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>