Scintilla is at defaults. 
Geany has a new wrapper 
`void                sci_set_multipaste          (ScintillaObject *sci, gint 
mpval);`
set to SC_MULTIPASTE_EACH in geany/src/editor.c::editor_create(). 

You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/2327

-- Commit Summary --

  * Changed the scintilla default from SC_MULTIPASTE_ONCE to SC_MULTIPASTE_EACH 
- fixes the paste only one line when a vertical selection is selected.
  * Update Editor.cxx
  * Moved scintilla SC_MULTIPASTE_EACH default setting to Geany.
  * Merge branch 'multipaste' of 
https://github.com/AdamDanischewski/geany into multipaste
  * Update sciwrappers.h
  * Update Editor.cxx

-- File Changes --

    M src/editor.c (3)
    M src/sciwrappers.c (4)
    M src/sciwrappers.h (165)

-- Patch Links --

https://github.com/geany/geany/pull/2327.patch
https://github.com/geany/geany/pull/2327.diff

-- 
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/2327

Reply via email to