Re: [Github-comments] [geany/geany] Multipaste SC_MULTIPASTE_EACH default moved to Geany. (#2327)

2019-09-27 Thread elextr
This has already been disapproved by @b4n on #2325

-- 
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#issuecomment-535997162

Re: [Github-comments] [geany/geany] Multipaste SC_MULTIPASTE_EACH default moved to Geany. (#2327)

2019-09-27 Thread elextr
Closed #2327.

-- 
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#event-2669128598

Re: [Github-comments] [geany/geany] Multipaste SC_MULTIPASTE_EACH default moved to Geany. (#2327)

2019-09-27 Thread Nick Treleaven
ntrel approved this pull request.





-- 
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#pullrequestreview-294388054

Re: [Github-comments] [geany/geany] Multipaste SC_MULTIPASTE_EACH default moved to Geany. (#2327)

2019-09-27 Thread Matthew Brush
Wasn't this being worked on in #2325? If so, it'd be great to keep it in the 
same PR instead of spread over two.

-- 
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#issuecomment-535967623

[Github-comments] [geany/geany] Multipaste SC_MULTIPASTE_EACH default moved to Geany. (#2327)

2019-09-27 Thread AdamDanischewski
Scintilla is at defaults. 
Geany has a new wrapper 
`voidsci_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