Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to pretty format or beautify NSIS script source code? [closed]

I've got an NSIS script that is a couple thousand lines and not properly indented making the script difficult to read. Is there a way to format NSIS script or at the minimum be able to indent the Ifs and Endifs sections? There's plenty of online script formatters for HTML, Javascript, XML, etc.

like image 430
Joshua Avatar asked Sep 15 '15 08:09

Joshua


1 Answers

Notepad++ does an excellent job of supporting the NSI code conventions straight out of the box.

enter image description here

like image 164
Ed Sheehan Avatar answered Nov 18 '22 01:11

Ed Sheehan