(www.textpad.com)
although it has 5 keyword sections it only can handle 2 for highlighting. 😠
so i tried Notepad++ (Plus)
It is freeware and needs no installation (zip instead setup).
it has also no fully highlighting, but it has 4 workable
sections instead 2.
instructions to insert better nsis-support for notepad++ (plus)Some notes:
- close notepad++
- open notepad ++ (plus) folder
- open "langs.xml" with any text-editor
- search "nsis"-section (about line 120)
- replace it with section from "langs_nsis.xml"
- save
- open "stylers.xml" with any text-editor
- search "nsis"-section (about line 354)
- replace it with section from "styler_nsis.xml"
- save
thats all
now re-open notepad++ again and edit colours
(c) Brummelchen 2006
http://forums.winamp.com/forumdisplay.php?s=&forumid=65
- highlighting is case sensitive
eg execwait is not highlighted but ExecWait
- not all plugins are supported and then only the first keyword
eg. System::Free is not fully recognized, only System and Free.
- Function/FunctionEnd is treated as default text
why? cause notepad++ can minimize functions due to these keywords
eg.
[+]Function foo
to
[-] Function foo
|
|
- FunctionEnd
- i dont know all keywords so post mising here or add it yourself, its very easy.