Hi,
I'd like to use TextPad as an editor. In order to let syntax-highlighting work, I need a list of all the reserved words for the NSIS-compiler.
Does anyone know how/where to get it.
Preferably it is grouped by category/type (e.g. pre-compiler stuff, ..)
thx,
Ben
serverd words
8 posts
Look in tokens.cpp and tokens.h in the Source directory.
You can also run makensis with the /CMDHELP switch but it is not categorized...
If I remember correctly eccles or cchain once wrote a NSIS script that does exactly this. Search the forum, maybe you'll find it.
You can also run makensis with the /CMDHELP switch but it is not categorized...
If I remember correctly eccles or cchain once wrote a NSIS script that does exactly this. Search the forum, maybe you'll find it.
Errm what's wrong with the full command list given in the HTML documentation that comes with NSIS ?
thx for the help,
I also found one on their site. http://www.textpad.com/add-ons/synn2t.html
I also found one on their site. http://www.textpad.com/add-ons/synn2t.html
Warning: that website says the NSIS syntax highlighting rules were contributed 10 November 2000... they could be quite out of date.
I'm working on the update..
Good man 👍
the new version (v1.98) has been submitted. Don't know how long it will take to update the site though..