Skip to content

Releases: chmln/sublime-text-theme-switcher-menu

v1.1.1: Fix: Avoid exception if no SublimeLinter color schemes are found (#10)

26 Jan 03:59
Compare
Choose a tag to compare
If `sublime.find_resources()` returns an empty list, an IndexError is raised
which needs to be catched.

v1.1.0

24 Oct 19:59
Compare
Choose a tag to compare
Add support for sublime-color-schemes (#9)

* Fix: Color Scheme Main Menu used wrong command

The command associated with the "Color Scheme" main menu entry was "switch_theme", but must be "switch_color_scheme"

* Fix: Move main menu cache to ST's cache folder

ST loads *.sublime-menu files from its 'Data/Cache' folder, too.
Therefore the Theme-Switcher/Main.sublime-menu is moved there to prevent User package polution.

* Enhancement: Add support for *.sublime-color-scheme files

v1.0.9

25 Sep 16:55
Compare
Choose a tag to compare
Fix: Menu cache not created/updated on startup. (#8)

ST ignores the `sublime.run_command("refresh_theme_cache")` command in the `plugin_loaded()` function.
Therefore we need to call the command directly to make it work properly.

Paths are created using the `os.path.join()` function to built consistent paths on Windows/Linux/OSX using the correct path separator.

v1.0.8

25 Sep 02:09
Compare
Choose a tag to compare
Overload ST's UI module (#7)

* Replace the ui module of ST 3127+

Theme Menu Switcher may be used as replacement for the core UI module in ST 3127+ which still has some shortcomings.
In order to keep the user experience consistent, it hides the core functions and uses their command pallet names.

Users who install Theme Menu Switcher may not want to use the core functions.

As ST 3127+ no longer provides its own sub menu with all the available Color Schemes, it is created right next to the Themes menu.

* Remove a probably unwanted update message.

v1.0.7

13 Feb 18:08
Compare
Choose a tag to compare

v1.0.6

20 Jan 04:32
Compare
Choose a tag to compare

Changelog:

  • Exclude plugin-generated themes
  • Source code cleanup and refactor
  • Streamlined README

v1.0.5

04 Jul 01:09
Compare
Choose a tag to compare

Changelog:

  • Ability to select themes and color schemes on the fly from command palette
    • just type "select theme" or "select color scheme"
  • Various optimizations and improvements

v1.0.4

07 Apr 17:36
Compare
Choose a tag to compare
nicer theme names

v1.0.3-1

07 Apr 17:06
Compare
Choose a tag to compare
remove config dir on unload

Theme Switcher v1.0.3

07 Apr 16:58
Compare
Choose a tag to compare

fixes bug when the .sublime-theme is nested further than one directory