Releases: koroshiya/Sublime-Renpy
Version 1.1.12
Added jump keyword to label context
Version 1.1.11
Adds support for multi-line strings within the label context
Version 1.1.10
Bugfixes:
-Fixed default context
Improvements:
-Python blocks & single line statements are now available in screen context
-Init blocks now include the default context
-Added transform keyword to default context
Changes:
New:
Version 1.1.09
Improvements:
-Improved behavior of single-line python statements
This release is mostly because the initial release of 1.1.8 was botched and didn't include the changes it indicated. This release should push through those changes for people who upgraded before the fixed version of 1.1.8 was uploaded.
Version 1.1.08
Bugfixes:
-Transforms with brackets now work properly
-Fixes for single-line style statement highlighting
-Fixed highlighting for "alpha" and "linear" in ATL blocks
Improvements:
-ATL blocks are now recognized more accurately
-Config statements are now highlighted more accurately
-Simplified renpy python variable recognition
Changes:
-Removed config variables as individual highlights, since they're already autocompleted
Version 1.1.07
Bugfixes:
-Fixed appearance of "screen" keyword in a screen block
-Nested python blocks no longer leak context
-Single-line python statements are now styled correctly
New:
-Context added for imagemaps
Version 1.1.06
Improvements:
-python and init python blocks now allow extra args between "python" and ":".
eg. "init -1 python hide:", as found in options.rpy
Changes:
-init python blocks are no longer allowed within label contexts
New:
-added support for plain init blocks (NOT init python blocks)
Version 1.1.05
Bugfixes:
-ctrl+i, b and u hotkey are now overridden again
-single-line Python statements now work as anticipated
-python and init python blocks now indent properly
Improvements:
-the ctrl hotkey overrides now only occur within strings
-added autocomplete for renpy.input within label context
Version 1.1.04
Bugfixes:
-Comments, numbers and strings now act as they should
-Python keywords are now highlighted appropriately
-Python functions are now suggested within the appropriate contexts
Version 1.1.03
Quick fix release.
Temporary fix for strings, comments, etc. in label blocks.