How to develop a notepad++ plugin?

Discussion in 'Programming' started by adbox, Apr 26, 2015.

  1. #1
    I was wondering if there are any C#/C++ programmers that would like to make a tutorial that teaches me how to write a Notepad++ plugin that:

    * Automatically trims end of the line spaces when a file is saved.

    I've begun trying to write it, but am frustrated because the documentation on getting started with notepad++ plugin development is not being helpful to me.

    I am overwhelmed.

    What the plugin should do is hook into a 'document save' method, modify the contents with regex before save.

    It sounds very simple, but still I'm am being whooped.

    Can anyone help me and others like me learn by creating a tutorial?

    Resources:
    http://docs.notepad-plus-plus.org/index.php/Plugin_Development_Quick_Start_Guide
    http://docs.notepad-plus-plus.org/index.php?title=Plugin_Development#Example_plugins
    http://www.brotherstone.co.uk/octop...hints-for-writing-a-notepad-plus-plus-plugin/
     
    adbox, Apr 26, 2015 IP
  2. Xochitl Shatt

    Xochitl Shatt Greenhorn

    Messages:
    194
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    23
    #2
    Xochitl Shatt, Apr 27, 2015 IP