clj-ns-browser
clj-ns-browser copied to clipboard
Smalltalk-like namespace/class/var/function browser for clojure docs and source-code based on seesaw
Currently, the only way I see to quit the clj-ns-browser is to exit the repl. There should be a "File --> Quit" menu item to quit/exit it.
https://github.com/weavejester/ns-tracker
Similar to "Search docs also" option that exists now. Also "Search examples also", but that is really only easy to implement when in ClojureDocs offline mode.
https://github.com/fogus/trammel "Trammel provides the provide-contracts macro to define contracts and apply them dynamically to existing functions" http://fogus.github.com/trammel/provide-contracts/index.html Wonder if it makes sense to have some predefined contracts that you could...
try different window layout with ns and var list-boxes above doc text-area
get swing html-text widget to work properly and replace the text-area (looks nicer, will have links working, code-highlighting, etc...) - rendering works in stand-alone browser window, but swing-widget doesn't look...
I don't know if this would be desirable by users, or if it would be difficult to implement. If a user had a relatively small project, many of the namespaces...
These are categorized as Var by get-docs-map, but is there a way they could instead be categorized as Function? clj-http.core/proxy-delete-with-body and proxy-get-with-body. It looks like the extension of the docsmap...