On Mar 28, 2011, at 1:48 PM, David Nolen wrote: > 1) Install JEdit for your platform, start JEdit > 2) Install Clojure and Clojure Shell plugins via Plugins menu > 3) Start the Clojure Shell from the Plugins menu. > 4) Write some Clojure source in a file, save it. > 5) Send file to Clojure Shell
I've played with this, but am I missing something or does it not provide language-aware auto-indenting? I think that's a minimal requirement for editing in any Lisp-like language. There's google group traffic that implies that auto-indenting was added to the jEdit Clojure mode a couple of years ago (e.g. http://groups.google.com/group/clojure/browse_thread/thread/399ba47336c5660f), but after following the directions above I don't see how to get auto-indenting. Tab doesn't do it, and neither does Edit>Indent>Indent Lines -- actually that does something but it's nothing like standard Lisp-style indentation. The google group discussion also indicates that there were several versions of this plugin floating around... Perhaps I'm getting an old one for some reason? BTW I also didn't see how to affect the class path, so that I could refer to one file from another (or use a library from somewhere else, but in my case I was just trying to run a program with code in two files). Is there a way to do that? I didn't find answers to these questions in the built-in help, or via web searches... Is there a site dedicated to this plugin? Thanks, -Lee -- 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