{"id":27721343,"url":"https://github.com/idleberg/sublimelinter-contrib-makensis","last_synced_at":"2025-06-27T16:31:55.259Z","repository":{"id":70063848,"uuid":"41730767","full_name":"idleberg/SublimeLinter-contrib-makensis","owner":"idleberg","description":"This linter plugin for SublimeLinter provides an interface to makensis","archived":false,"fork":false,"pushed_at":"2020-03-01T14:06:02.000Z","size":519,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-10T20:35:28.590Z","etag":null,"topics":["makensis","nsis","sublimelinter","sublimelinter-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idleberg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-09-01T09:54:19.000Z","updated_at":"2020-03-01T14:05:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"890fb15f-8276-4db7-90be-e153edf843c6","html_url":"https://github.com/idleberg/SublimeLinter-contrib-makensis","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/idleberg/SublimeLinter-contrib-makensis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2FSublimeLinter-contrib-makensis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2FSublimeLinter-contrib-makensis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2FSublimeLinter-contrib-makensis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2FSublimeLinter-contrib-makensis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idleberg","download_url":"https://codeload.github.com/idleberg/SublimeLinter-contrib-makensis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idleberg%2FSublimeLinter-contrib-makensis/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262293252,"owners_count":23288692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["makensis","nsis","sublimelinter","sublimelinter-plugin"],"created_at":"2025-04-27T10:06:09.484Z","updated_at":"2025-06-27T16:31:55.245Z","avatar_url":"https://github.com/idleberg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SublimeLinter-contrib-makensis\n\n[![The MIT License](https://flat.badgen.net/badge/license/MIT/blue)](https://opensource.org/licenses/MIT)\n[![Package Control](https://packagecontrol.herokuapp.com/downloads/SublimeLinter-contrib-makensis.svg?style=flat-square)](https://packagecontrol.io/packages/SublimeLinter-contrib-makensis)\n[![GitHub](https://flat.badgen.net/github/release/idleberg/SublimeLinter-contrib-makensis)](https://github.com/idleberg/SublimeLinter-contrib-makensis/releases)\n[![CircleCI](https://flat.badgen.net/circleci/github/idleberg/generator-atom-package-coffeescript)](https://circleci.com/gh/idleberg/SublimeLinter-contrib-makensis)\n\nThis linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [makensis](http://nsis.sourceforge.net/Docs/Chapter3.html). It will be used with NSIS scripts.\n\n## Prerequisites\n\nBefore using this plugin, you must ensure that NSIS v3.02.1 (or higher) is installed on your system. To do so, follow these steps:\n\n#### Windows\n\nDownload the NSIS installer from [SourceForge](https://sourceforge.net/p/nsis) and run setup. Once completed, you need to add the installation folder to your [environmental variable](http://superuser.com/a/284351/195953) manually.\n\nAlternatively, you can install NSIS using the [Scoop](https://github.com/NSIS-Dev/scoop-nsis) package manager:\n\n```sh\n$ scoop install nsis/nsis\n```\n\n#### Linux\n\nInstall NSIS from your distribution's default package manager, for example:\n\n``` bash\n# Debian\nsudo apt-get install -t unstable nsis\n\n# Red Hat\nsudo dnf install nsis\n```\n\n#### macOS\n\nInstall NSIS using [Homebrew](http://brew.sh/) or [MacPorts](https://www.macports.org/):\n\n``` bash\n# Homebrew\nbrew install nsis\n\n# MacPorts\nport install nsis\n```\n\n## Installation\n\n### Package Control\n\n1. Make sure you have [Package Control](https://packagecontrol.io/) installed\n2. Choose *“Install Package”* from the Command Palette (\u003ckbd\u003eSuper\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003ep\u003c/kbd\u003e)\n3. Type *“SublimeLinter-contrib-makensis”* and press \u003ckbd\u003eEnter\u003c/kbd\u003e\n\nWith the [`auto_upgrade`](https://packagecontrol.io/docs/settings#setting-auto_upgrade) setting enabled, Package Control will keep all installed packages up-to-date!\n\n### Using Git\n\n1. Change to your Sublime Text `Packages` directory\n2. Clone repository `git clone https://github.com/idleberg/SublimeLinter-contrib-makensis.git SublimeLinter-contrib-makensis`\n\n## Settings\n\nPlease 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).\n\n### Plugin Settings\n\nTo configure this plugin, bring up the Command Palette and type `Preferences: SublimeLinter Settings`. The following options are available:\n\nOption            | Default    | Description\n------------------|------------|------------\n`preprocess_mode` | `SAFEPPO`  | Lints much faster, but ignores warnings (equivalent of `-PPO` flag)\n`strict`          | `false`    | Treats warnings as errors (equivalent of `-WX` flag)\n\n**Example:**\n\n```json\n{\n  \"linters\": {\n    \"makensis\": {\n      \"@disable\": false,\n      \"args\": [],\n      \"excludes\": [],\n      \"preprocess_mode\": \"SAFEPPO\",\n      \"strict\": false\n    }\n  }\n}\n```\n\n## License\n\nThis work is licensed under the [The MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fsublimelinter-contrib-makensis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidleberg%2Fsublimelinter-contrib-makensis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidleberg%2Fsublimelinter-contrib-makensis/lists"}