NSIS syntax completions for Sublime Text, extending the basic package with commands for third-party plug-ins.
Screenshot of NSIS file in Sublime Text
- AccessControl
- Aero
- Animate
- AnimGif
- AppAssocReg
- ApplicationID
- Base64
- BaseConvert
- BDEAlias
- BgWorker
- Blowfish++
- Blowfish
- BrandingURL
- ButtonEvent
- CabDLL
- CABSetup
- CallAnsiPlugin
- CDRom
- ChangeRes
- CharToAscii
- CLR
- ComPlusAdmin
- CPUDesc
- CPUFeatures
- CreateMutex
- CRCCheck
- Crypto
- CustomLicense
- DcryptDll
- Dialogs
- DlgHost
- DotNetChecker
- DumpLog
- DumpState
- EBanner
- EmbeddedLists
- EnumCDs
- EnumINI
- EventLog
- ExDlg
- ExecCmd
- ExecDos
- ExecPri
- ExecTimeout
- ExLicensePage
- ExtractDllEx
- FindProcDLL
- Firewall-Disabler
- FloatOP
- FontName
- FreeArc
- Games
- GetFirstRemovableDrive
- GetVersion
- HandleFileDragDrop
- HelpButton
- HwInfo
- IEFunctions
- InetBgDL
- Inetc
- InetLoad
- InstDrv
- Internet
- InvokeShellVerb
- IP
- IpConfig
- KillProc
- KillProcDLL
- Linker
- LiteFirewall
- Locate
- LockedList
- LogEx
- Marquee
- MD5
- Metadl
- MoreInfo
- MSIBanner
- MSSQL OLEDB
- name2ip
- NewAdvSplash
- NotifyIcon
- nsArray
- NsExpr
- NsFlash
- Nsis7z
- NSIS_SkinCrafter
- NsisCrypt
- NsisDDE
- NSISDirEx
- nsisdt
- nsisFile
- NsisFirewall
- NsisIIS
- NSISList
- NSISLog
- nsisMultiMon
- nsisos
- NSISpcre
- NsisSlideshow
- nsisStartMenu
- nsisunz
- NsisUrlLib
- nsisXML (by Wizou)
- nsJSON
- nsKeyHook
- NsMCI
- NsODBC
- nsProcess
- nsPython
- NsRandom
- NsResize
- NsRestartExplorer
- NsRichEdit
- nsSCM
- nsScreenshot
- nsThread
- nsUnzip
- nsVersionInfo
- nsWeb
- nsXML
- Nwiz
- PassDialog
- Perl
- PixelShader
- PowerShell
- Processes
- ProxySettings
- Pwgen
- RegBin
- Registry
- SAFER
- ScrollLicense
- SelfDel
- Services
- SFhelper
- ShellExecAsUser
- ShellLink
- ShutDown
- ShutdownAllow
- SimpleBg
- SimpleFC
- SimpleSC
- SkinnedButton
- SkinnedControls
- SpiderBanner
- Stack
- StdUtils
- SysRestore
- TAPIhelp
- TCP
- TextReplace
- ThreadTimer
- Time
- TitlebarProgress
- ToggleInstFiles
- ToolTips
- UAC
- UltraModernUI
- Unicode
- UnicodePathTest
- UnTGZ
- UserMgr
- Version
- w7tbp
- WinShell
- WimImage
- WmiInspector
- XiMoL
- XML
- xtInfoPlugin
- ZipDLL
- Make sure you already have Package Control installed
- Choose “Install Package” from the Command Palette (Super+Shift+p)
- Type “NSIS Plug-in Completions” and press Enter
With auto_upgrade enabled, Package Control will keep all installed packages up-to-date!
Assuming that you're already familiar with NSIS, you can build yourself a setup executable to install this package. Download installer.nsi from the main package's scripts folder, compile the source and execute the generated file. You can choose which packages you want to install.
There's also a collection of Sublime Text Packages available as a Windows installer.
- Change to your Sublime Text
Packagesdirectory - Clone repository
git clone https://github.com/idleberg/sublime-nsis-plugins.git 'NSIS Plug-in Completions'
- Download the latest stable release
- Unzip the archive to your Sublime Text
Packagesdirectory
As of version 3.0, command completion is case-sensitive to reduce accidental triggering. However, to make triggers more predictable, plug-ins and headers starting with the prefix ns are lowercase, those starting nsis capitalized.
This work is licensed under the The MIT License.
