Releases: nojanath/SublimeKSP
Releases · nojanath/SublimeKSP
1.9.0
1.8.5
Update for K6.2.0 (#143) * - support for commands, widgets and engine parameters added in Kontakt 6.2.0 - added some descriptions to <unknown> arguments in builtins_data - added more keys for auto-recognizing KSP scripts according to syntax - also reduced number of necessary hits to recognize a valid KSP script from three or more, to two or more - tweaked most snippets, shortening the triggers so they show up sooner in auto-complete list - removed some duplicate snippets * - fixed inadvertly removed "default" control par shorthand from syntax coloring * - fixes in is_probably_ksp_file() function * - missing comma in messages.json
1.8.4
1.8.3
1.8.2
1.8.1
1.8.0
Version: 1.8.0
Updates:
-Added syntax support for all new parameters in Kontakt 6.1.
-SublimeKSP now supports multi-line block commenting using the popular /* and */ delimiters.
-SublimeKSP Tools menu options are now properly stored in a submenu.
-Added functionality to optionally play a sound upon compiler finish (enabled in Tools > SublimeKSP)
-Syntax coloring fixed for "out" and "var" keywords in taskfunc parameter lists.
-XY Pad callbacks are now recognized in the Sublime function list. (Ctrl + R)