Yathosho
16th May 2013 14:59 UTC
Sublime Text
in the last couple of days, i've been working on a autocompleter for Sublime Text that i find worth mentioning here. it currently supports all nsis commands (naturally), all macros from "useful headers", all syntax from bundled plugins, and some other bits. other than the completion, it also comes with some scaffolding snippets to easily create empty scripts.
here's a video of showing it in action (who spots the syntax error?;)).
the project is hosted on github and there's also a wiki page for it.
this is a work-in-progress, as i intend to extend its functionality over the time. looking forward to your feedback!
ps: the package is not yet available on package control, i'm still waiting for my pull request to be accepted
Joel
18th May 2013 01:09 UTC
Wow, I glad to see how NSIS coding helpers are very good these days, I still prefer the old "notepad" :)
Yathosho
18th May 2013 16:09 UTC
since the package still hasn't been included to sublime text's package manager, i've created a script to download and install it.
Yathosho
21st May 2013 13:52 UTC
The basic completions and the add-on completions have finally been added to Package Control. The former supports all new NSIS 3.0a0, the latter supports the syntax of 165 NSIS plugins.
I've also commited the new syntax to the code highlighter and created a basic command lookup context menu. All in all that should make Sublime Text a powerful NSIS editor.
Yathosho
16th August 2013 14:36 UTC
I've just completed a syntax definition file (and a snippet) for NSIS Language Files
http://nsis.sourceforge.net/Sublime_...Language_Files