Skip to content
⌘ NSIS Forum Archive

serverd words

8 posts

bede#

serverd words

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
kichik#
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.
Sunjammer#
Errm what's wrong with the full command list given in the HTML documentation that comes with NSIS ?
Sunjammer#
Warning: that website says the NSIS syntax highlighting rules were contributed 10 November 2000... they could be quite out of date.
bede#
the new version (v1.98) has been submitted. Don't know how long it will take to update the site though..