Sublime Text: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 27: Line 27:
Change to the Sublime Text ''Packages'' directory and clone the repository:
Change to the Sublime Text ''Packages'' directory and clone the repository:


  git clone <nowiki>https://github.com/SublimeText/NSIS.git</nowiki> "NSIS"
  git clone <nowiki>https://github.com/SublimeText/NSIS.git</nowiki>




Line 46: Line 46:
Change to the Sublime Text ''Packages'' directory and clone the repository:
Change to the Sublime Text ''Packages'' directory and clone the repository:


  git clone <nowiki>https://github.com/idleberg/NSIS-Sublime-Text.git</nowiki> "NSIS"
  git clone <nowiki>https://github.com/idleberg/NSIS-Sublime-Text.git</nowiki>


=== Syntax Completion (Plugins) ===
=== Syntax Completion (Plugins) ===
Line 64: Line 64:
Change to the Sublime Text ''Packages'' directory and clone the repository:
Change to the Sublime Text ''Packages'' directory and clone the repository:


  git clone <nowiki>https://github.com/idleberg/NSIS-Sublime-Text-Addons.git</nowiki> "NSIS"
  git clone <nowiki>https://github.com/idleberg/NSIS-Sublime-Text-Addons.git</nowiki>


=== Syntax Completion (Language Files) ===
=== Syntax Completion (Language Files) ===
Line 80: Line 80:
Change to the Sublime Text ''Packages'' directory and clone the repository:
Change to the Sublime Text ''Packages'' directory and clone the repository:


  git clone <nowiki>https://github.com/idleberg/NSIS-Language-File-Sublime-Text.git</nowiki> "NSF"
  git clone <nowiki>https://github.com/idleberg/NSIS-Language-File-Sublime-Text.git</nowiki>


=== Command Reference Menu ===
=== Command Reference Menu ===
Line 90: Line 90:
Change to the Sublime Text ''Packages'' directory and clone the repository:
Change to the Sublime Text ''Packages'' directory and clone the repository:


  git clone <nowiki>https://github.com/idleberg/NSIS-Sublime-Text-Menu.git</nowiki> "NSF"
  git clone <nowiki>https://github.com/idleberg/NSIS-Sublime-Text-Menu.git</nowiki>


=== Build System ===
=== Build System ===

Revision as of 20:57, 17 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

Note: The all-in-one download contains all of the following packages:

Syntax Highlighter

NSIS Syntax Highlighting.png

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


Syntax Completion (Basic)

Syntax completion supports all commands up to NSIS v3.0a0, including deprecated commands.

NSIS Completions.gif

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.git

Syntax Completion (Plugins)

For extended syntax completion, you can install this additional package with support for 160+ NSIS plug-ins and macros.

NSIS Plug-in Completions.gif

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-Sublime-Text-Addons.git

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

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

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)

Links