So I’ve finally updated my ColorSchemeEditor; renamed to SchemeEditor to avoid confusion with the one on PackageControl.
The big thing I was waiting for was the ability to have the actual editor on PyPi. This is good as distributing binaries like I was probably wasn’t compatible with my wxPython license and the license I use…
The big difference is you have to pip install the tool now (pip install subclrschm
), and then point the plugin at it (check documentation). This is much easier for me to maintain as I don’t have to try and package binaries and jump through the associated hoops. It opens this up to many more linux distros as well. It’s one of the things that caused development to stall on this.
There have been fixes as well to work with the latest iterations of color schemes (it took me a couple of iterations as I stumbled into a few bugs).
Changes
2.0.2
Jul 23, 2017
-
FIX:
UUID
should be optional.
2.0.1
Jul 23, 2017
-
FIX: Include images as data in
setup.py
when installing.
2.0.0
Jul 23, 2017
- NEW: Add support for X11 color names. Convert them to hex on color scheme load.
-
NEW: Handle
popupCss
andphantomCss
. Inject them if they are missing. -
NEW: Require
wxPython
4+ and rework code to use it and support Python 2.7 and 3.4+. - NEW: Remove importing and exporting of JSON color schemes.
- FIX: Multiple Ubuntu dock icons (possibly similar issue in other Linux distros).
Where to get?
Anyways. It’s possible I’ll but SchemeEditor on PackageControl, I guess I’ll have to see if there is still interest. If not, people can always pick it up manually.
Plugin is here: https://github.com/facelessuser/SchemeEditor
GUI Editor is here: https://pypi.python.org/pypi/subclrschm/2.0.2