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

Bad documentation display for special form "dot" #16

Closed jafingerhut closed 12 years ago

jafingerhut commented 12 years ago

When vars-cbx has "special forms" selected and you select var "dot", the documentation display is bad. Not surprising, since the real symbol name is ".".

franks42 commented 12 years ago

fixed the "dot" by using a "." - don't remember how I ended up using "dot" in the first place (?) - anyway, (sdoc .) now shows what you'd expect