Community
    • Login

    3 things on column-edit and multi-edit modes

    Scheduled Pinned Locked Moved General Discussion
    4 Posts 2 Posters 379 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.
    • Victorel PetrovichV
      Victorel Petrovich
      last edited by Victorel Petrovich

      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.

      Victorel PetrovichV 1 Reply Last reply Reply Quote 0
      • Victorel PetrovichV
        Victorel Petrovich @Victorel Petrovich
        last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • NicholasN
          Nicholas
          last edited by

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

          1 Reply Last reply Reply Quote 1
          • Victorel PetrovichV
            Victorel Petrovich
            last edited by Victorel Petrovich

            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
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors