jugyo / SublimeColorSchemeSelector

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

Can't open color schemes list #7

Closed mPastuszko closed 11 years ago

mPastuszko commented 11 years ago

When I select command Select Color Scheme nothing opens and I get the following error:

Traceback (most recent call last):
  File "./sublime_plugin.py", line 339, in run_
  File "./ColorSchemeSelector.py", line 44, in run
Boost.Python.ArgumentError: Python argument types in
    Window.show_quick_panel(Window, list, function, int, int, function)
did not match C++ signature:
    show_quick_panel(SP<edit_window::reference>, boost::python::list, boost::python::api::object)
    show_quick_panel(SP<edit_window::reference>, boost::python::list, boost::python::api::object, unsigned int)
    show_quick_panel(SP<edit_window::reference>, boost::python::list, boost::python::api::object, unsigned int, int)
jugyo commented 11 years ago

Oh, you may use Sublime Text 2. I'll fix for it.

jugyo commented 11 years ago

I've fixed. Please try again.

mPastuszko commented 11 years ago

Works now. Thanks! One more question: when I browse through the list of available schemes the current scheme doesn't change instantly as shown in the animation in README file. I have to press enter key to actually swith the scheme. Is it normal or some kind of bug on my machine?

jugyo commented 11 years ago

I've improved to change the color scheme instantly when selection changed. So there may be some problem in your environment… i.e. the sublime text version or the plugin version.