Community
    • Login

    CTRL-L overwrites Clipboard

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 1.8k Views 1 Watching
    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.
    • Andreas PetersenA Offline
      Andreas Petersen
      last edited by

      I use Notepad++ 7.5.6 on Windows 7 32bit and just found out that CTRL-L overwrites the Clipboard.

      First I copy some Text, then I delete one line with CTRL-L. After That CTRL-V pastes the deleted line, not the copied text.

      I don’t think that this behaviour is intended. This looks like a bug.

      1 Reply Last reply Reply Quote 1
      • guy038G Offline
        guy038
        last edited by

        Hello, andreas-petersen,

        No, andreas, it’s not a bug ! Indeed, there are some specific Scintilla commands which involve lines :

        • SCISELECTIONDUPLICATE : Copy current selection or current line, under the cursor location ( Ctrl + D )

        • SCILINEDELETE : Delete current line, without copying its contents in the clipboard ( Ctrl + Shift + L )

        • SCILINECUT : Cut current line and copy its contents in the clipboard ( Crtl + L )

        • SCILINECOPY : Copy current line in the clipboard ( Ctrl + Shift + X )

        • SCILINETRANSPOSE : Swap the current line with the line just above ( Ctrl + T )

        And also :

        • Notepad Command : Move Up Current Line ( Ctrl + Shift + Up )

        • Notepad Command : Move Down Current Line ( Ctrl + Shift + Down )


        Of course, with the Shortcut Mapper, you can customize your own shortcuts for these commands ! Just choose the Scintilla tab ;-))

        Best Regards,

        guy038

        1 Reply Last reply Reply Quote 2

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors