forked from nojanath/SublimeKSP
-
Notifications
You must be signed in to change notification settings - Fork 0
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
2 changed files
with
26 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Version 1.18.2 | ||
--------------------------------------------------- | ||
|
||
This hotfix update resolves another issue pertaining to .sublime-syntax and .sublime-color-scheme clashing with old .tmTheme files. | ||
|
||
Everyone, make sure to update, and have fun! | ||
|
||
|
||
--------------------------------------------------- | ||
|
||
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. Press `Ctrl + Shift + P` on Windows and 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). | ||
|
||
After the download, you can install it as a user package in Sublime following these instructions: | ||
|
||
1. Open the Preferences menu in Sublime Text and click Browse Packages. A folder will open up. | ||
2. Extract the ZIP archive you have downloaded and place it into this folder. | ||
3. IMPORTANT: Rename the unpacked folder to `KSP (Kontakt Script Processor)` (this is important so that your settings from Package Control version are retained)! | ||
4. Restart Sublime Text. Alternatively, make sure you have [AutomaticPackageReloader](https://packagecontrol.io/packages/AutomaticPackageReloader) package installed. |