Skip to content

Releases: koroshiya/Sublime-Renpy

Version 1.2.18

29 Jun 11:01
Compare
Choose a tag to compare

Added syntax highlighting for screen arguments.

Note that this will only work on Sublime Text 4, or Sublime Text 3 build 3084 or newer

Version 1.2.17

24 Jun 07:36
Compare
Choose a tag to compare

This release adds support for numbered python init blocks without a +/- in front of the number per issue #11

Version 1.2.16

22 Dec 05:39
Compare
Choose a tag to compare

This release is a temporary workaround for what appears to be a breakage or an unintended change in ST4's Python sublime-syntax package.
The workaround will be removed when a proper fix is found, or if a future ST4 update restores the old functionality.

Version 1.2.15

29 Sep 00:57
Compare
Choose a tag to compare

This release removes the RenpyTextTag plugin and replaces it with Sublime Text's own native snippet system.

The RenpyTextTag plugin didn't seem to work properly anymore (testing on ST v3.2.1), and it didn't do anything that Sublime Text's own snippet system couldn't already do anyway. The functionality should be exactly the same as before, but with less code and better compatibility.

Version 1.2.14

28 Sep 04:00
d5656af
Compare
Choose a tag to compare

This release is purely to undo a change made in 1.2.13.

1.2.13 pulled in a copy of Python.sublime-syntax. That file was modified within this repo to work around an incompatibility between the old tmLanguage files used by Sublime Renpy and a specific syntax in new sublime-syntax files bundled with Sublime Text 3.2.

In my own testing, this incompatibility seems to be gone. It may be the update to ST 3.2.1, or it could be that the updated version of Python.sublime-syntax has removed what was causing the incompatibility.

If Sublime Renpy is broken for you after applying this update, please file an issue with your OS and version of Sublime Text.

Version 1.2.13

16 Mar 22:35
Compare
Choose a tag to compare

This release is mostly for the sake of supporting newer versions of ST3.
There was a change in ST's underlying Python syntax definitions file which broke compatibility with Sublime-Renpy.
This release works around that issue.

Version 1.2.12

11 Jun 07:53
Compare
Choose a tag to compare

Minor change to layeredimage definitions so as to support multi-word tags.

Version 1.2.11

11 Jun 07:47
Compare
Choose a tag to compare

This release is mostly for the sake of adding layeredimage support, now that Renpy 7 has been released. There are some fixes and improvements for auto-completion as well.

Sublime Renpy v1.2.11

Bugfixes:
-Incorrect autocomplete for renpy.get_showing_tags

Improvements:
-Tabbing now works better for several autocompletes

Changes:

New:
-Added missing image manipulator autocompletes
-Added missing config autocompletes
-Basic support for highlighting/autocompleting layeredimage
-Text tag autocompletes

Version 1.2.10

23 Dec 22:53
Compare
Choose a tag to compare

Sublime Renpy v1.2.10

Bugfixes:

Improvements:

Changes:
-Changes to several renpy syntax contexts with regard to init. eg. Build can now autocomplete outside of init blocks

New:
-Autocomplete for build.itch_project
-Highlighting for menu block
-Support for "default" keyword

Version 1.2.9

21 Jan 23:05
Compare
Choose a tag to compare

This update is to facilitate changes and additions in the new Renpy 6.99.12 release.
Also included merged pull request by miwu to add support for local labels.

Changes:
-exclude_empty_directories and allow_integrated_gpu now autocomplete to their default value of True

New:
-Added new mac_identity and missing include_old_themes build options
-Added highlighting and autocomplete for new DisableAllInputValues function
-Added highlighting for local labels (ie. labels preceded by a dot and only valid within the file in which it exists)