Re: Debugging Clojure with IntelliJ IDEA

2009-02-28 Thread CuppoJava
Oh I'm sorry, I was still accidentally running the previous version. Indentation works perfectly. Thank you very much for this plugin. Debugging support is so invaluable to me. May I ask how long you think the Surround-With feature will take? -Patrick PS: I found your profile on the IntelliJ t

Re: Debugging Clojure with IntelliJ IDEA

2009-02-28 Thread Ilya Sergey
Hello. What do you mean by "automatically indent"? If you press enter inside a Sexpr, vector or map, indentation will be ferformed automatically. Kind regards, Ilya On Mar 1, 1:37 am, CuppoJava wrote: > Wow it's incredible how fast your progressing on the plugin. It's > already a joy to use. T

Re: Debugging Clojure with IntelliJ IDEA

2009-02-28 Thread CuppoJava
Wow it's incredible how fast your progressing on the plugin. It's already a joy to use. Thank you very much. Is there a way to automatically indent when I press Enter? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Debugging Clojure with IntelliJ IDEA

2009-02-28 Thread Ilya Sergey
Hello, all. Last build of "La Clojure" plugin for IntelliJ IDEA now supports debug for Clojure programs. It could be downloaded from http://plugins.intellij.net/plugin/?id=4050 Moreover, we've implemented completion for Java instance methods and implicitly imported classes. With best regards, Il