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

Add vars-cbx choice "map without clojure.core" #17

Closed jafingerhut closed 12 years ago

jafingerhut commented 12 years ago

Make a new vars-cbx choice "map without clojure.core" that shows only symbols in the map that do not map to something in clojure.core.

Reason: Most namespaces refer to everything in clojure.core. This is nearly 600 symbols. I would guess that for most namespaces, there are relatively few things referred to outside of clojure.core, and it would be nice if the GUI made it easy to show only those things, not everything.

jafingerhut commented 12 years ago

I think I actually prefer it if it is "refers without clojure.core", not map. I guess either or both could be useful in some situations, but refers without clojure.core seems preferable. I've got a small patch that does this, but will hold off committing until after code restructuring.

jafingerhut commented 12 years ago

Frank beat me to this one. Yay!