NSIS icon indicating copy to clipboard operation
NSIS copied to clipboard

Sublime Text plugin for the Nullsoft Scriptable Install System

Results 4 NSIS issues
Sort by recently updated
recently updated
newest added

i installed NSIS plugin via package control of sublime text 4, on status bar it hints "installation sucessfully", but indeed not. Nothing happend.

This package currently lacks *Goto Definition* / *Goto Reference* support. As far as I know, there are at least four scenarios where this makes sense: **1. [Functions](https://github.com/NSIS-Dev/Documentation/blob/master/Reference/Function.md)** ```nsis # Definition...

help-wanted
improvement

In my opinion, the highlighting of blocks ([`Section`][1]/[`SectionEnd`][1], [`Function`][2]/[`FunctionEnd`][2], [`PageEx`][3]/[`PageExEnd`][3]) should be adjusted to match that other languages. Specifically, the mentioned commands to open/close a block should be highlighted as...

help-wanted
improvement

This package currently lacks *Goto Symbol* support. It's up to discussion which language features deserve this, but there are several options to choose from: - [`Section`](https://github.com/NSIS-Dev/Documentation/blob/master/Reference/Section.md) - [`Function`](https://github.com/NSIS-Dev/Documentation/blob/master/Reference/Function.md) - [`PageEx`](https://github.com/NSIS-Dev/Documentation/blob/master/Reference/PageEx.md)...

help-wanted
improvement