Community
    • Login

    NPP C# plugin - How to perform basic operations on a text file

    Scheduled Pinned Locked Moved Notepad++ & Plugin Development
    2 Posts 2 Posters 2.4k Views 2 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.
    • AlessandroA Offline
      Alessandro
      last edited by Alessandro

      Hi everybody,

      First of all let me thank you in advance for the time your’re going to spend reading this post.
      With you help I learned a lot in NPP C# plugin even if I can’t devote to this project the time I’d like so that progress is slow.

      At the moment I need to perform simple operation on a text file such as find a word, move cursor left/right/up/down selecting words.

      Every help will be appreciated.
      Alessandro

      Claudia FrankC 1 Reply Last reply Reply Quote 0
      • Claudia FrankC Offline
        Claudia Frank @Alessandro
        last edited by

        Hi @Alessandro

        when interacting with scintilla control the Scintilla documentation is a good starting point.

        The concept is 99% like this, you send a message (the SCI_…) and either you get an immediate
        return or/and you will be notified by the so called notifications.

        The remainig 1% is it doesn’t work as expected. ;-)

        When interacting with gui aka notepad++ then you need to get an understanding
        how windows applications work in general. The main topic here is windows messages.

        Cheers
        Claudia

        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