6

Does anybody have a color/font/intellisense add in for editing of NSIS files?

BlueShepherd
  • 593
  • 3
  • 12

2 Answers2

3

You can edit usertype.dat file for a bit of syntax highlighting, but it's nicer to use an editor which has support for NSIS files (any Scintilla based editor - SciTE, Notepad++, Notepad2)

Cristian Adam
  • 4,749
  • 22
  • 19
  • 1
    Thanks for the info I already have enough editors on my machine so with only a quick installer required, I really didn't want to load another. I added a bunch of NSIS keywords and it seems to do the job; enough to provide some coloring on syntax. At least I no longer looking at just black and white. Needed to map the .NSI to Visual C++ editing experience in the Tools/Options/Text Editor/File Extension – BlueShepherd Jul 22 '09 at 20:33
  • @BlueShepherd, do you mind sharing what you added so we can build on that? – strider Apr 10 '14 at 16:38
2

Haven't tested yet but this probably does the trick: http://visualstudiogallery.msdn.microsoft.com/5e57fe9a-ae5d-4740-a1c3-7a8e278e105b

SiliconMind
  • 2,185
  • 4
  • 25
  • 49