Is there a way to prettily format or decorate the NSIS script source code?

I have an NSIS script, this is several thousand lines and does not have indentation properly, which makes it difficult to read the script. Is there a way to format an NSIS script, or at least be able to invert the Ifs and Endifs sections? There are many online script forms for HTML, Javascript, XML, etc.

+3
source share
3 answers

Visual Studio can format the code block (automatically) or manually see this article: http://blogs.msdn.com/b/cdnstudents/archive/2014/02/10/visual-studio-tips-and-tricks-formatting-your -code.aspx

Visual Studio Visual and Installer, NSIS (http://www.visual-installer.com) .

, Visual Studio ( ) .

+1

Notepad++ NSI .

enter image description here

+1

EclipseNSIS NSIS ; , .

Atom NSIS, , , NSIS.

, - -, script, , Atom EclipseNSIS. .

0

Source: https://habr.com/ru/post/1607417/


All Articles