Menu

Question about developing plugins

2007-09-11
2012-11-14
  • Nobody/Anonymous

    Hi,
    I'd like to make a Notepad++ plugin to work with a certain format of text files that I have to use a lot at work... could anyone give me a few pointers on how to do that? (I have no idea how to even start)

    Thanks in advance :)

     
    • Chris Severance

      Chris Severance - 2007-10-01

      You start by downloading the Insertion plugin and try to implement something very simple even though it might be useless. Once you learn how to communicate with the editor component to get it to do what you want you can work towards your special tool.