<p>I would like to see the Multipaste option for Scintilla implemented I hacked together something that works, but someone just needs to add a new option in Preferences somewhere to set it </p>

<p>add to sciwrappersc: <br>
void sci_set_multi_paste(ScintillaObject *sci, gboolean mpval) { SSM(sci, SCI_SETMULTIPASTE, SC_MULTIPASTE_EACH, 0); }</p>

<p>add to sciwrappersh: <br>
void                sci_set_multi_paste             (ScintillaObject *sci, gboolean mpval);</p>

<p>What works for now, but requires that you modify something in Preferences at least once in the session to get it to fire is adding, the following to editorc: <br>
    sci_set_multi_paste(editor->sci, 1); </p>

<p>To test it out turn on the setting, change a keybinding in Preferences </p>

<p>Then copy some text to the clipboard, select multilines (Alt+Shift Up/DownArrow) and paste!</p>

<p>Now you should see all pasted text onto each line in the editor </p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/issues/850">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ-Yj2-PNVcykv4XWRXfHiEFItqjNks5pWarNgaJpZM4G9y7K.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/850"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>