Archive: Editor recommendation wanted


Editor recommendation wanted
I don't think I need the HM NIS Edit script wizard now that I have a good template with more features than the editor provides. The wizard is a little difficult to understand anyway, and I'm always having to re-set word wrapping and reload the editor after crashes.

There are many editors listed at http://nsis.sourceforge.net/archive/nsisweb.php?page=8 and I'm hoping someone could narrow them down for me. I want something that's free for commercial use, has a compile and run button(s) for the script in the window, provides some error reporting, and allows copy and paste.

Anything like that around besides HM NIS Edit?


You should take a look at Scite - the Editor für Scintilla. It's in active development and works very well. The biggest Main disadvantage is that the Preferences can't be set in a GUI, so you have to edit a - very well documented - configuration file.

URL: http://Scintilla.org


I just backed up an nsi file to disk, removed the disk, then tried closing an editor window and all hell broke loose, so I went through the list of editors and I'll probably choose NSIS Workbench or Venis IX 2.2.3. I can't take HM NIS Edit anymore.


then tried closing an editor window and all hell broke loose
That bug is still there since the NSIS betas... This happens when you compile a script some times.

I have been using Venis for some time with success. Also there is an NSIS plugin for Eclipse.


NSIS plugin for Eclipse is still in pre-alpha state.
It should work for the basic operations- i.e., compiling and testing.
However, more advanced features like wizard & IO GUI editor are still in development.


Re: Editor recommendation wanted

Originally posted by Flizebogen
You should take a look at Scite - the Editor für Scintilla. It's in active development and works very well. The biggest Main disadvantage is that the Preferences can't be set in a GUI, so you have to edit a - very well documented - configuration file.

URL: http://Scintilla.org
Does it have the ability to sytax highlight, compile, etc. an NSIS script?

I didn't see it in the download.

Uncomment the Line "import nsis" from the file SciTEGlobal.properties and you are able to highlight nsis files. At the end of file nsis.properties the path to makensis.exe / makensis.chm is mentioned.
Change it if neccessary. If the path is valid you can compile an nsis script with the Key F7. The help file for the specific command can be opened by pressing F1 if the cursor is at the beginning of the word or in the word.