• Login
Community
  • Login

3 things on column-edit and multi-edit modes

Scheduled Pinned Locked Moved General Discussion
4 Posts 2 Posters 386 Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V
    Victorel Petrovich
    last edited by Victorel Petrovich Aug 21, 2023, 12:42 AM Aug 20, 2023, 9:37 PM

    First, is a question on multi-edit (multi-caret, ctrl+click) mode:
    in several places users showed to want a shortcut to place a new caret on same column as current one, on the upper or lower line. Similarly to how it’s possible in column-edit mode.
    https://github.com/notepad-plus-plus/notepad-plus-plus/issues/4426
    https://community.notepad-plus-plus.org/topic/23097/is-multi-caret-editing-bugged

    Do you think the request for a command/message for such a shortcut is suitable to be made at Scintilla feature tracker?

    Second, on column-edit (rectangular mode), I placed a feature request at Scintilla to make possible moving the column of carets with arrow keys:
    https://sourceforge.net/p/scintilla/feature-requests/1493/

    Third, another feature request on multi-edit mode, to make delete key delete EOL-s
    https://sourceforge.net/p/scintilla/feature-requests/1494/

    You can vote /comment/ help implement them if you want.

    V 1 Reply Last reply Aug 21, 2023, 12:11 AM Reply Quote 0
    • V
      Victorel Petrovich @Victorel Petrovich
      last edited by Aug 21, 2023, 12:11 AM

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • N
        Nicholas
        last edited by Aug 21, 2023, 12:35 AM

        Try the plugin BetterMultiSelection. It adds some of the features you mentioned.

        1 Reply Last reply Reply Quote 1
        • V
          Victorel Petrovich
          last edited by Victorel Petrovich Aug 22, 2023, 2:23 AM Aug 21, 2023, 10:57 PM

          The answer to my question is probably no;
          I have found it’s easy to create a script (to which can assign the shortcut), using the following ingredients:

          SCI_ADDSELECTION
          SCI_GETCURRENTPOS    
          SCI_GETANCHOR
          SCI_GETCOLUMN
          SCI_LINEFROMPOSITION
          SCI_FINDCOLUMN
          

          But it might be worth having it natively in Npp.

          1 Reply Last reply Reply Quote 0
          4 out of 4
          • First post
            4/4
            Last post
          The Community of users of the Notepad++ text editor.
          Powered by NodeBB | Contributors