Sublime Text: Difference between revisions
No edit summary |
mNo edit summary |
||
Line 19: | Line 19: | ||
1. Make sure you already have [http://wbond.net/sublime_packages/package_control Package Control] installed<br/> | 1. Make sure you already have [http://wbond.net/sublime_packages/package_control Package Control] installed<br/> | ||
2. Choose ''Install Package'' from the Command Palette (Ctrl+Shift+P on Windows and Linux, ⇧⌘P on OS X)<br/> | 2. Choose ''Install Package'' from the Command Palette (Ctrl+Shift+P on Windows and Linux, ⇧⌘P on OS X)<br/> | ||
3. Select ''NSIS'' and press Enter | 3. Select ''NSIS'' and press press '''Enter''' | ||
==== Install with Git ==== | ==== Install with Git ==== | ||
Line 52: | Line 52: | ||
1. Make sure you already have [http://wbond.net/sublime_packages/package_control Package Control] installed<br/> | 1. Make sure you already have [http://wbond.net/sublime_packages/package_control Package Control] installed<br/> | ||
2. Choose ''Install Package'' from the Command Palette (Ctrl+Shift+P on Windows and Linux, ⇧⌘P on OS X)<br/> | 2. Choose ''Install Package'' from the Command Palette (Ctrl+Shift+P on Windows and Linux, ⇧⌘P on OS X)<br/> | ||
3. Select ''NSIS | 3. Select ''NSIS Completions & Snippets'' and press '''Enter''' | ||
==== Install with Git ==== | ==== Install with Git ==== | ||
Line 68: | Line 68: | ||
1. Make sure you already have [http://wbond.net/sublime_packages/package_control Package Control] installed<br/> | 1. Make sure you already have [http://wbond.net/sublime_packages/package_control Package Control] installed<br/> | ||
2. Choose ''Install Package'' from the Command Palette (Ctrl+Shift+P on Windows and Linux, ⇧⌘P on OS X)<br/> | 2. Choose ''Install Package'' from the Command Palette (Ctrl+Shift+P on Windows and Linux, ⇧⌘P on OS X)<br/> | ||
3. Select ''NSIS | 3. Select ''NSIS Plug-in Completions'' and press '''Enter''' | ||
==== Install with Git ==== | ==== Install with Git ==== |
Revision as of 16:15, 15 January 2014
Description
There are several packages available to turn Sublime Text into a powerful development environment.
All-in-one download
A combo download all of the individual packages listed below is available.
1. Clone the repository or download its manually
2. Compile the installer located in the script folder
3. Execute installer and follow instructions
Syntax Highlighter
Install with Package Control
1. Make sure you already have Package Control installed
2. Choose Install Package from the Command Palette (Ctrl+Shift+P on Windows and Linux, ⇧⌘P on OS X)
3. Select NSIS and press press Enter
Install with Git
Change to the Sublime Text Packages directory and clone the repository:
git clone https://github.com/SublimeText/NSIS.git "NSIS"
Syntax Completion (Basic)
Syntax completion supports all commands up to NSIS v3.0a0, including deprecated commands.
Install with Package Control
1. Make sure you already have Package Control installed
2. Choose Install Package from the Command Palette (Ctrl+Shift+P on Windows and Linux, ⇧⌘P on OS X)
3. Select NSIS Autocomplete and Snippets and press Enter
Install with Git
Change to the Sublime Text Packages directory and clone the repository:
git clone https://github.com/idleberg/NSIS-Sublime-Text.git "NSIS"
Syntax Completion (Plugins)
For extended syntax completion, you can install this additional package with support for 160+ NSIS plug-ins and macros.
Install with Package Control
1. Make sure you already have Package Control installed
2. Choose Install Package from the Command Palette (Ctrl+Shift+P on Windows and Linux, ⇧⌘P on OS X)
3. Select NSIS Completions & Snippets and press Enter
Install with Git
Change to the Sublime Text Packages directory and clone the repository:
git clone https://github.com/idleberg/NSIS-Sublime-Text-Addons.git "NSIS"
Syntax Completion (Language Files)
If you are a translator, this package adds syntax completion and snippets for NSIS Language Files (.nsf)
Install with Package Control
1. Make sure you already have Package Control installed
2. Choose Install Package from the Command Palette (Ctrl+Shift+P on Windows and Linux, ⇧⌘P on OS X)
3. Select NSIS Plug-in Completions and press Enter
Install with Git
Change to the Sublime Text Packages directory and clone the repository:
git clone https://github.com/idleberg/NSIS-Language-File-Sublime-Text.git "NSF"
Command Reference Menu
Look up any NSIS command from Sublime Text's context menu
Install with Git
Change to the Sublime Text Packages directory and clone the repository:
git clone https://github.com/idleberg/NSIS-Sublime-Text-Menu.git "NSF"
Build System
The build system makes it easy to compile your scripts within Sublime Text. It is part of the package for syntax highlighting, but you also download it on its own.
Download
Sublime_Text_Build_Systems_for_NSIS.zip (2 KB)