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