Getting Started
Requirements
enclojure is a plugin for the NetBeans IDE and works with NetBeans 6.1
Note: enclojure is not targetting a specific platform, and will eventually work everywhere NetBeans does. At the moment enclojure has only been tested on Mac OSX. If you are testing on Windows/Linux, please post any issues you find in the enclojure group.
Installation
- Download enclojure from the NetBeans plugin page. Unpack the ZIP file to the location of your choice.
- In NetBeans go to Tools > Plugins. In the dialog click on Downloaded then click the "Add Downloaded..." button.
- Navigate to the location where you unpacked the ZIP file and select all of the NetBeans Module (NBM) files.
- Highlight all of the files and click the "Install" button.
Starting the REPL
In Netbeans go to Window > enclojure REPL to open the REPL.
Keyboard Shortcuts
- Alt-Enter - evaluate command in REPL
- Ctrl-Space - code completion (works in source & REPL windows)
- Ctrl-J - evaluate current s-expression (or current hightlighted code)
- Ctrl-Shift-L - load current file (using load-file Clojure function)
- Ctrl-Shift-F - format highlighted code
- Ctrl-/ - comment/uncomment highlighted code (or current line)
Work In Progress
enclojure is actively under development and will be updated regularly. It is our goal to make enlcojure a full featured, reliable editing environment for all your Clojure needs. All feedback, bug reports and questions are welcome and appreciated. Please join our community and let us know what you think.