Adds IDE-like features for NSIS development in Atom
Install nsis-ide
from Atom's Package Manager or the command-line equivalent:
$ apm install nsis-ide
Change to your Atom packages directory:
# Windows Powershellcd $Env:USERPROFILES\.atom\packages# Windows Command Prompt$ cd %USERPROFILE%\.atom\packages
# Linux & macOS$ cd ~/.atom/packages/
Clone repository as nsis-ide
:
$ git clone https://github.com/NSIS-Dev/atom-nsis-ide nsis-ide
Inside the cloned directory, install Node dependencies:
$ yarn || npm install
This package makes use of atom-package-deps to automatically install additional packages it depends on. However, you might have to restart Atom in order to use them.
This package is largely a “meta package”. Other than adding adding a tool-bar, it consists mainly of third-party NSIS packages. Together, they turn Atom into a powerful, near-IDE editor for NSIS developers.
NSIS
language-nsis
– grammar, snippets, build toolnsis-plugins
– snippets for third-party plug-insbuild-makensis
– alternative build tool with linter supportbuild-makensis-wine
– build on any Wine-compatible platformlinter-makensis
– linter plug-inhyperclick-nsis
– hyperclick providernsL Assembler
language-nsl
– grammar, snippets, build tool for nsL Assembler
build-nsl
– alternative build tool with linter supportHaskell
haskell-nsis
– snippets for the Haskell DSLAlso included are several convenience packages, that are not primarily targeted at NSIS users.
makensis
This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.