-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Version 1.9.11 | ||
--------------------------------------------------- | ||
|
||
This is a fix for new comment bug that "..." contained inside of the // would stop compiling correctly. | ||
|
||
Please remember to report all issues and problems at: https://github.com/nojanath/SublimeKSP/issues | ||
|
||
--------------------------------------------------- | ||
|
||
If you would like to roll back a version of SublimeKSP for time critical work prevented by a new bug: | ||
|
||
First, remove SublimeKSP from Sublime Package Control: | ||
1. Use the shortcut `Ctrl + Shift + P` on Windows/Linux or `Cmd + Shift + P` on Mac. | ||
2. Type "Remove Package" and select it, then select the "KSP (Kontakt Script Processor)" entry. | ||
|
||
Next, download the version you'd like here: https://github.com/nojanath/SublimeKSP/releases | ||
With your SublimeKSP package downloaded, you can install it as a user package in Sublime following these instructions: | ||
1. Open the Preferences menu in Sublime and click Browse Packages. A folder will open up. | ||
2. Extract the `SublimeKSP` folder out of the zip file and place it into this folder. | ||
3. Restart Sublime completely. Make sure it is not running in your OS task manager (or, restart the computer to be thorough!) |