A new Clojure Plugin for Netbeans is available at
http://code.google.com/p/enclojure-nb-clojure-plugin/.  Some issues
addressed are:

- Enabled Windows support (only Windows XP has been tested)
- Project Support
   * Enabled Clojure Project Run/Debug functionality
   * Clojure Project Debugging support
- REPL Enhancements
   * REPLs can now be created per project
   * REPL std out and std err has been separated into tabs
- Code Completion Enhancements
   * invoke completion --> ctrl+space (also returns results from
hippie completion)
   * search through clojure namespaces/ java Classes --> search-string
+dot
   * get members for a java class --> Class + "/"
   * get clojure functions for a namespace-->  namespace + "/"
   * get clojure.core functions --> ctrl+space or search-string + ctrl
+ space
- Editor Enhancements
   * Lexer bug fixes related to string encoding (regular expression
support will be available in next release)
   * Editor Context Menu displays Clojure Actions
      = Re-Indent (format) code
      = Evaluate Current Expression
      = Load File into REPL
      = Toggle Comments
      = Select Top Clojure Form
      = Select Enclosing Clojure Form
      = Navigate to Start of Clojure Form
      = Navigate to End of Clojure Form
      = Change the REPL namespace to be the namespace defined in the
file

--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to