Hello.
>>> window.show_quick_panel([str(i) for i in range(4)]);window.show_quick_panel([str(i) for i in range(20)], None, 0, 10)
Quick panel unavailable
My plugin should be able to switch back and forth on the history, switching the view and quick_panel.
If quick_panel is already open, then sublime fails “Quick panel is unavailable” and the panel remains with the old data.
Any suggestions?