Foxboron / ClojureDoc-Search

Sublime Text Plugin to browse clojuredocs
2 stars 2 forks source link

has no attribute of 'panel_items' #6

Open jingyichushi opened 8 years ago

jingyichushi commented 8 years ago

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'

barneywilliams commented 8 years ago

I get the same error.

ghost commented 7 years ago

@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.

Foxboron commented 7 years ago

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!