ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Inno Setup

by idleberg ALL

Inno Setup syntax definition, completions and build system for SublimeText

Details

  • 7.5.0
    6.3.0
    5.10.2
  • github.​com
  • github.​com
  • 4 years ago
  • 28 minutes ago
  • 11 years ago

Installs

  • Total 5K
  • Win 4K
  • Mac 1K
  • Linux 378
Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6
Windows 0 0 1 0 1 1 0 0 1 0 3 2 0 1 1 2 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 2 2 0 0 0 0 0 0 0 0 0 0 0 1 2
Mac 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

🚨 This package is no longer under development. If you wish to take over this project, please get in touch!

Inno Setup for Sublime Text

The MIT License GitHub Travis

Inno Setup syntax definitions, completions and build system for Sublime Text.

Note: This package is compatible with Sublime Text 3 (Build 3103 or higher). Click here for a Sublime Text 2 version of this package.

Screenshot

Screenshot of Inno Setup in Sublime Text with Hopscotch color scheme

Installation

Package Control

  1. Make sure you already have Package Control installed
  2. Choose “Install Package” from the Command Palette (Super+Shift+p)
  3. Type “Inno Setup” and press Enter

Using Git

  1. Change to your Sublime Text Packages directory
  2. Clone repository git clone https://github.com/idleberg/sublime-innosetup.git 'Inno Setup'

Manual installation

  1. Download the latest stable release
  2. Unzip the archive to your Sublime Text Packages directory

Usage

Completions

Auto-completion will always list all available flags for a command, the first flag displayed is always the default.

Building

Building requires a properly installed Inno Setup, and to build on macOS/Linux you need Wine. You can build your script using the default Super+b shortcut or from selecting the build option in the Tools menu. Output files will be placed in the same folder as your input.

Windows

Make sure that Inno Setup is installed properly and that ISCC.exe is in your PATH environment variable (it isn't by default!) Use the Legacy Windows build variant if you can't run PowerShell 3.0 (or higher) scripts.

macOS / Linux

With Wine and Inno Setup properly installed, use the default shortcut Super+b to build your script.

Linter

You can install a separate linting package to highlight errors in your InnoSetup script.

License

This work is licensed under the The MIT License.