Sublime Text: Difference between revisions
mNo edit summary |
|||
(12 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
== Description == | == Description == | ||
There are several packages available to turn [http://www.sublimetext.com/ Sublime Text] into a powerful development environment. | There are several packages available to turn [http://www.sublimetext.com/ Sublime Text] into a powerful development environment, and each of them can be installed separately via [https://packagecontrol.io/browse/labels/nsis Package Control]. | ||
However, the more convenient way to add NSIS support into Sublime Text is using the [https://github.com/NSIS-Dev/sublime-nsis NSIS Developer] package, which is basically a collection of the mentioned individual packages. | |||
=== Screenshot === | |||
[[File:NSIS_Completions.gif]] | |||
=== Features === | |||
* NSIS Grammar<br> | |||
* NLF Grammar<br> | |||
* Syntax Completion<br> | |||
* Code Snippets<br> | |||
* Build System (Windows, Unix)<br> | |||
== Installation == | |||
=== | === Package Control === | ||
[ | The easiest way to install is via [http://wbond.net/sublime_packages/package_control/ Package Control] | ||
1. Add our repository <code><nowiki>https://nsis-dev.github.io/sublime-nsis-ide/repository.json</nowiki></code><br> | |||
2. Choose “Install package” from the Command Palette (<kbd>Super</kbd>+<kbd>Shift</kbd>+<kbd>p</kbd>)<br> | |||
3. Select “NSIS Developer” and press <kbd>Enter</kbd><br> | |||
=== GitHub === | |||
1. Change to your Sublime Text <code>Packages</code> directory<br> | |||
2. <code><nowiki>git clone https://github.com/NSIS-Dev/sublime-nsis.git</nowiki> 'NSIS Developer'</code><br> | |||
=== Windows Installer === | |||
1. Download the [https://github.com/NSIS-Dev/sublime-nsis/releases latest release]<br> | |||
2. Compile <code>Support/installer.nsi</code><br> | |||
3. Run setup and follow instructions<br> | |||
1. | |||
2. | |||
== Links == | == Links == | ||
[https://github.com/NSIS-Dev/sublime-nsis/ NSIS Developer on GitHub] | |||
[[Category:Syntax_Highlighting]] | [[Category:Syntax_Highlighting]] | ||
[[Category:Development Environments]] | [[Category:Development Environments]] |
Latest revision as of 21:52, 26 May 2017
Description
There are several packages available to turn Sublime Text into a powerful development environment, and each of them can be installed separately via Package Control.
However, the more convenient way to add NSIS support into Sublime Text is using the NSIS Developer package, which is basically a collection of the mentioned individual packages.
Screenshot
Features
- NSIS Grammar
- NLF Grammar
- Syntax Completion
- Code Snippets
- Build System (Windows, Unix)
Installation
Package Control
The easiest way to install is via Package Control
1. Add our repository https://nsis-dev.github.io/sublime-nsis-ide/repository.json
2. Choose “Install package” from the Command Palette (Super+Shift+p)
3. Select “NSIS Developer” and press Enter
GitHub
1. Change to your Sublime Text Packages
directory
2. git clone https://github.com/NSIS-Dev/sublime-nsis.git 'NSIS Developer'
Windows Installer
1. Download the latest release
2. Compile Support/installer.nsi
3. Run setup and follow instructions