Hi Ilya, I would like to use the IntelliJ IDEA to create a GUI in the forms designer and then code the rest of the app in Clojure. I would like both Java and Clojure code to be registered in a single project and compiled together. If you can do that, you've got yourself another sale. Can you tell me the current capabilities / future plans with this? Thanks.
Mike On Mar 10, 2:30 pm, Ilya Sergey <ilyas...@gmail.com> wrote: > Hi, Howard > > Yes, we support debugging for Clojure scripts (even from libary). To > launch debugger, create run configuration (for this you may just press > Ctrl-Shift-F10 on appropriate script to be run) and launch it in debug > mode (Shift-f9 in Linux/Windows keymap). > You may set breakpoints and navigate through call stack. "Evaluate > expression" in Clojure-style is not supported now, but it is coming > soon. > > With best regards, > Ilya > > On Mar 10, 6:44 pm, Howard Lewis Ship <hls...@gmail.com> wrote: > > > Is there any kind of debugger support (now, or coming?). > > > On Tue, Mar 10, 2009 at 8:10 AM, Tom Ayerst <tom.aye...@gmail.com> wrote: > > > Liking it so far. Can you get jline style functionality into the REPL, I > > > really miss it. > > > > Cheers > > > > Tom > > > > 2009/2/27 AndrewC. <mr.bl...@gmail.com> > > > >> On Feb 26, 7:08 pm, CuppoJava <patrickli_2...@hotmail.com> wrote: > > >> > Hello Ilya, > > >> > Thanks for the workaround. > > > >> > I'm glad to hear you're working on a "surround with" feature. Some > > >> > other parenthesis commands that I most commonly use is: > > >> > 1) Delete next Sexp. > > >> > 2) Splice Sexp. (Remove the parenthesis around the current sexp). > > >> > 3) Move cursor to next/previous sexp. > > > >> Don't forget Barf and Slurp! > > > >> Barf - eject an Sexp from this Sexp (front and back): > > > >> (a b c) -> (a b) c > > >> (a b c) -> a (b c) > > > >> Slurp - incorporate an Sexp into this Sexp (front and back): > > > >> (a b) c -> (a b c) > > >> a (b c) -> (a b c) > > > >> Also copy this sexp, cut this sexp. > > > >> All vital! > > > -- > > Howard M. Lewis Ship > > > Creator Apache Tapestry and Apache HiveMind --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---