Menu

#429 Feature Request #1852589 SCI_COPYALLOWLINE

Next_release
open
nobody
None
6
2013-01-17
2012-10-01
Anonymous
No

"Please make Copy & Cut commands word on the whole current line in case there is no current selection or at least add a configuration option enabling this behaviour."

This patch implements these feature requests and possibly others:
https://sourceforge.net/tracker/?func=detail&aid=1852589&group_id=95717&atid=612385
https://sourceforge.net/tracker/?func=detail&aid=2986908&group_id=95717&atid=612385

So I went on a crusade to get this working and finally figured it out.

There is a SCI_COPYALLOWLINE command in the text editor control that
already implements the desired behavior. I just needed to expose it and
make it default. Here is the patch for it.

Note that there is no SCI_CUTALLOWLINE in scintilla. I'll send a request for it.

Also, with this change, the Copy menu item should not require a selection to be enabled. So maybe change that option when this patch is applied.

Discussion

  • Anonymous

    Anonymous - 2012-10-01

    FYI, my name is Bryan Livingston. Wierd that SF wouldn't post that for me,

     
  • Bryan Livingston

    Alright, it's been 2 and a half months now. What do I need to do to get this accepted?