franks42 / clj-ns-browser

Smalltalk-like namespace/class/var/function browser for clojure docs and source-code based on seesaw
Eclipse Public License 1.0
175 stars 11 forks source link

If vars-cbx is "aliases", make Vars list empty if more than one ns selected #14

Closed jafingerhut closed 12 years ago

jafingerhut commented 12 years ago

Every alias is specific to a single namespace, so I think it would only be confusing to try to display a mix of aliases from more than one namespace at a time. It would be good in this case to show some kind of message in the Vars list indicating that you should select exactly one namespace to see its list of aliases.

jafingerhut commented 12 years ago

Fixed this one today. If aliases is selected, and more than one ns is selected, only a warning message is shown in the Vars listbox.