jugyo / SublimeColorSchemeSelector

Sublime Text Plugin to select theme quickly via the Quick Panel.
41 stars 10 forks source link

Update ColorSchemeSelector.py #4

Closed bobuk closed 11 years ago

bobuk commented 11 years ago

has_key() call was replaced with method appropriated in python3.3 (for ST3 support) get_color_schemes method rewritten for truly recursive 'Packages' walking. \n was added to pep8ification of source code

fabiokr commented 11 years ago

:+1:

jugyo commented 11 years ago

I'm sorry because I hadn't noticed this good pull request.

sleeve commented 11 years ago

Hmm still not working for me in ST3 on OS X. Works great in ST2 though.

bobuk commented 11 years ago

@sleeve it's because you use "packaged" color schemes, I think. May I ask you to drop some color schemes to Packages directory and check it again?

sleeve commented 11 years ago

@bobuk You were correct sir. All of my color schemes were packaged in '.sublime-package' files. Unpacking them to the Packages directory makes this plugin function correctly. It would be great if it worked with Packaged schemes though. Thanks for the workaround.