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
- Host: GitHub
- URL: https://github.com/idleberg/sublimelinter-contrib-iscc
- Owner: idleberg
- License: mit
- Created: 2017-09-18T19:57:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T19:54:23.000Z (over 7 years ago)
- Last Synced: 2025-05-10T20:35:28.547Z (about 1 year ago)
- Topics: inno-setup, iscc, sublimelinter, sublimelinter-plugin
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SublimeLinter-contrib-iscc
[](https://opensource.org/licenses/MIT)
[](https://packagecontrol.io/packages/SublimeLinter-contrib-iscc)
[](https://github.com/idleberg/SublimeLinter-contrib-iscc/releases)
[](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)