Open jingyichushi opened 8 years ago
I get the same error.
@Foxboron I am also getting the same issue. I tried with declaring the panel_items
to None
then I get an error from sublime.py
saying it's expecting a list. show_quick_panel(items, on_done, <flags>, <selected_index>, <on_highlighted>)
where items
is a list. So I tried with panel_items = []
, but I am getting a LOL
on reload. Could you please take a look into this.
Helluw! I don't really use this plugin anymore as i have moved to vim. If anyone wants to maintain this i will gladly move the repo/add as contributor!
Traceback (most recent call last): File "cljdocs in /Users/lengrongqiu/Library/Application Support/Sublime Text 3/Installed Packages/ClojureDocSearch.sublime-package", line 221, in
AttributeError: 'CljSearchCommand' object has no attribute 'panel_items'