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 :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 :)
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.