show/hide this revision's text 2 added link to tutorial

Notepad++ allows you to define custom syntax highlight files in a very easy way, but it's not a very good solution for auto-completion (look at this SO question).

If you want a real IDE to extend, I suggest you to use Eclipse.

Update: Tutorial on how to develop an Eclipse plugin.

show/hide this revision's text 1

Notepad++ allows you to define custom syntax highlight files in a very easy way, but it's not a very good solution for auto-completion (look at this SO question).

If you want a real IDE to extend, I suggest you to use Eclipse.