Community
    • Login

    [new plugin] How to get the changed text by the user

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    4 Posts 2 Posters 4.6k 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.
    • João RosaJ Offline
      João Rosa
      last edited by

      Hi,
      I’m developing a plugin that need to do some verification when the user type text (or delete). However in Scintilla Documentation I cannot find the method to add a listener to it. I was expecting some event that I can listen and get the changed text.

      Can someone point me the way, or it is not possible?

      Best regards,

      1 Reply Last reply Reply Quote 0
      • dailD Offline
        dail
        last edited by

        When you develop a plugin, you can receive notifications from Notepad++ (e.g. NPPN_READY). You also receive Scintilla notifications. One of these is the SCN_MODIFIED event, which tells you if text is being insert/deleted, etc and some information about it such as the position, and the actual text. That link to the Scintilla documentation should be enough to get you a good start.

        1 Reply Last reply Reply Quote 0
        • João RosaJ Offline
          João Rosa
          last edited by

          Thanks,
          I will investigate and implement it.

          1 Reply Last reply Reply Quote 0
          • João RosaJ Offline
            João Rosa
            last edited by

            Hi,
            Sort out with file listeners.
            Thanks

            1 Reply Last reply Reply Quote 0

            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