An open API service indexing awesome lists of open source software.

https://github.com/idleberg/sublimelinter-contrib-iscc

This linter plugin for SublimeLinter provides an interface to ISCC, the Inno Setup compiler
https://github.com/idleberg/sublimelinter-contrib-iscc

inno-setup iscc sublimelinter sublimelinter-plugin

Last synced: 10 months ago
JSON representation

This linter plugin for SublimeLinter provides an interface to ISCC, the Inno Setup compiler

Awesome Lists containing this project

README

          

# SublimeLinter-contrib-iscc

[![The MIT License](https://flat.badgen.net/badge/license/MIT/blue)](https://opensource.org/licenses/MIT)
[![Package Control](https://packagecontrol.herokuapp.com/downloads/SublimeLinter-contrib-iscc.svg?style=flat-square)](https://packagecontrol.io/packages/SublimeLinter-contrib-iscc)
[![GitHub](https://flat.badgen.net/github/release/idleberg/SublimeLinter-contrib-iscc)](https://github.com/idleberg/SublimeLinter-contrib-iscc/releases)
[![CircleCI](https://flat.badgen.net/circleci/github/idleberg/generator-atom-package-coffeescript)](https://circleci.com/gh/idleberg/SublimeLinter-contrib-iscc)

This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [ISCC](http://www.jrsoftware.org/ishelp/index.php?topic=compilercmdline). It will be used with Inno Setup scripts..

## Prerequisites

1. Make sure you have [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) installed
2. Ensure that `brew` is installed on your system and available in your [PATH environmental variable](http://sublimelinter.readthedocs.io/en/latest/troubleshooting.html#finding-a-linter-executable)

## Installation

### Package Control

1. Make sure you have [Package Control](https://packagecontrol.io/) installed
2. Choose *“Install Package”* from the Command Palette (Super+Shift+p)
3. Type *“SublimeLinter-contrib-iscc”* and press Enter

With the [`auto_upgrade`](https://packagecontrol.io/docs/settings#setting-auto_upgrade) setting enabled, Package Control will keep all installed packages up-to-date!

### Using Git

1. Change to your Sublime Text `Packages` directory
2. Clone repository `git clone https://github.com/idleberg/SublimeLinter-contrib-iscc.git SublimeLinter-contrib-iscc`

## Settings

Please refer to the official documentation in order to tweak the [SublimeLinter settings](http://sublimelinter.readthedocs.org/en/latest/settings.html) or [linter settings](http://sublimelinter.readthedocs.org/en/latest/linter_settings.html).

## License

This work is licensed under the [The MIT License](LICENSE)