3
votes

I want to make my NSIS code more readable.

I need some guidelines regarding writing code section wise (like there is #region #endregion in C#) or any such information that can make writing NSIS code interesting and easy.

Please help me out.

2

2 Answers

3
votes

Also there is Visual Studio (2008, 2008, 2010 and 2012) addin available called Visual & Installer.

It offers a lot of features like syntax highlighting, navigation, (GoTo definition, Goto reference, navigation bars, open file at cursor, ...) also IntelliSense support and much more.

Try here: http://www.unsigned-softworks.sk/visual-installer/

2
votes

If you are looking for an IDE, you can try with SciTE that supports code folding, colorization, makensis compilation from the editor and compilation errors parsing. (BTW: Scite is not actually an IDE, but rather a very light yet powerful text editor with built-in support for colorizing and compiling programming languages)

With the latest versions of SciTE, you just need to uncomment the loading of NSIS support that is not enabled by default.

Also, there is the Development Environments section of the NSIS wiki that can point you some alternatives (like adding NSIS support to Eclipse).