Community
    • Login

    Built-in Clipboard History

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    2 Posts 2 Posters 2.3k 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.
    • Michael VincentM Offline
      Michael Vincent
      last edited by

      I’ve been trying to get MultiClipBoard plugin working in 64-bit with no use. I’ve been using the built-in clipboard history in the meantime, but I don’t like that it’s mouse driven. I have Ctrl-Alt-V set to do the MultiClipBoard paste and that pops up a context menu in the editor with the last 10 clipboard entries. I hate having to use the mouse to double click the item in the Clipboard History window.

      Is there a way to programmatically access the Clipboard History if I were to write my own plugin? I don’t see any NPP or Scintilla API messages on accessing the clipboard history - although admittedly I haven’t read the spec top to bottom, just searched for keywords.

      Cheers.

      Alan KilbornA 1 Reply Last reply Reply Quote 1
      • Alan KilbornA Offline
        Alan Kilborn @Michael Vincent
        last edited by Alan Kilborn

        @Michael-Vincent

        If you’re going to write your own plugin, just handle the clipboard yourself. Make your own history. :)

        Use Windows API functions OpenClipboard etal. Easy peasy.

        The hardest part (and not all that hard) is the create-a-plugin part.

        Maybe a better idea is to approach the author of Multiclipboard plugin and ask for keyboard support to be added. Or ask the Notepad++ development team to add necessary support to the native Clipboard history stuff.

        1 Reply Last reply Reply Quote 1

        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