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

Fix clojure.core// doc display when multiple namespaces selected #18

Closed jafingerhut closed 12 years ago

jafingerhut commented 12 years ago

When selecting only namespace clojure.core, selecting symbol / shows documentation correctly. However, when selecting more than one namespace, selecting symbol clojure.core// does not work. Probably related to (symbol "clojure.core//") call somewhere. If so, calling better-symbol instead might fix it.

franks42 commented 12 years ago

fixed resolve-fqname and fqname to deal with the "clojure.core//" corner case - resolution and display is now correct for clojure.core's "/" - even for multiple selections and categorized view