Small maintenance release that upgrades project's dependencies to Clojure 1.5 
and Seesaw 1.4.3, but works fine with Clojure 1.4 also.

As Seesaw's Dave Ray stated it: "The one good reason to upgrade is if you're 
planning on using Clojure 1.5 and don't feel like being confused by the horrors 
of Maven dependency resolution."

For docs and code, see:
https://github.com/franks42/clj-ns-browser

Enjoy, Frank and Andy.

---

Clojure Namespace Browser (clj-ns-browser)

Clj-ns-browser is a graphical namespace/class/var browser for Clojure's doc 
strings, source code, ClojureDocs.org examples & comments, and values. The 
browser's GUI is inspired by Smalltalk class library browsers, and is based on 
the Seesaw library.

Install & Start-up

For any project where you want to add the ability to browse your currently 
loaded/unloaded namespaces for the available classes/vars/functions/macros/etc. 
with their docs/source/values, you should add clj-ns-browser to your 
:dev-dependencies list by adding to your project.clj:

    ;; Leiningen version 1
    :dev-dependencies [[clj-ns-browser "1.3.1"]]

    ;; Leiningen version 2
    :profiles {:dev {:dependencies [[clj-ns-browser "1.3.1"]]}}

Then fire-up your repl, refer to the sdoc macro in clj-ns-browser.sdoc, and 
start the browser with (sdoc):

$ lein deps  
$ lein repl  
user=> (require 'clj-ns-browser.sdoc)  
user=> (clj-ns-browser.sdoc/sdoc)  

... and the browser window should popup on your screen - very easy!

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to