Re: Clojure plugin for IntelliJ IDEA published

2009-03-12 Thread CuppoJava
Ah thank you for those instructions. That's very helpful. -Patrick --~--~-~--~~~---~--~~ 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 t

Re: Clojure plugin for IntelliJ IDEA published

2009-03-12 Thread Ilya Sergey
Hi Patrick. I'd recommend to you to build plugin by yourself. It's very, very simple. Just check-out it from following svn root: http://svn.jetbrains.org/idea/Trunk/clojure-plugin After that change clojure.properties file to make two variables point to your $JAVA_HOME and IDEA installation direc

Re: Clojure plugin for IntelliJ IDEA published

2009-03-12 Thread CuppoJava
Hi Ilya, I'm just wondering if it's possible for you to release a quick version update with the latest changes incorporated. I'm interested in the fixes to the namespace-qualified keywords, and the keyword indentation rules specifically. Thanks a lot -Patrick --~--~-~--~~---

Re: Clojure plugin for IntelliJ IDEA published

2009-03-12 Thread AlamedaMike
>> So, we're going to implement it in near-term future. Thanks Ilya! I (and I'm sure others) will look forward to it. >> It seems to be a good tactics to compile all files with namespaces labeled by :gen-class to the same output path as vanilla java classes before compiling Java part (to allow t

Re: Clojure plugin for IntelliJ IDEA published

2009-03-11 Thread Ilya Sergey
Hi Mike. What are you talking about assume compilation of Clojure classes. For this we have to implement first some script, which will compile some of your files. You're first who asked for such functionality and this is really cool. So, we're going to implement it in near-term future. It seems t

Re: Clojure plugin for IntelliJ IDEA published

2009-03-10 Thread AlamedaMike
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

Re: Clojure plugin for IntelliJ IDEA published

2009-03-10 Thread Ilya Sergey
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 naviga

Re: Clojure plugin for IntelliJ IDEA published

2009-03-10 Thread Ilya Sergey
Hi, Tom. >Can you get jline style functionality into the REPL Sure, we're working on it now. With best regards, Ilya On Mar 10, 4:10 pm, Tom Ayerst wrote: > Liking it so far.  Can you get jline style functionality into the REPL, I > really miss it. > > Cheers > > Tom > > 2009/2/27 AndrewC. >

Re: Clojure plugin for IntelliJ IDEA published

2009-03-10 Thread Howard Lewis Ship
Is there any kind of debugger support (now, or coming?). On Tue, Mar 10, 2009 at 8:10 AM, Tom Ayerst wrote: > Liking it so far.  Can you get jline style functionality into the REPL, I > really miss it. > > Cheers > > Tom > > 2009/2/27 AndrewC. >> >> >> >> On Feb 26, 7:08 pm, CuppoJava wrote: >

Re: Clojure plugin for IntelliJ IDEA published

2009-03-10 Thread Tom Ayerst
Liking it so far. Can you get jline style functionality into the REPL, I really miss it. Cheers Tom 2009/2/27 AndrewC. > > > > On Feb 26, 7:08 pm, CuppoJava wrote: > > Hello Ilya, > > Thanks for the workaround. > > > > I'm glad to hear you're working on a "surround with" feature. Some > > ot

Re: Clojure plugin for IntelliJ IDEA published

2009-02-27 Thread AndrewC.
On Feb 26, 7:08 pm, CuppoJava 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 curren

Re: Clojure plugin for IntelliJ IDEA published

2009-02-26 Thread Howard Lewis Ship
I've only had a couple of minutes to work with it, but I'm already liking it. I just can't keep switching between Emacs and IDEA and IDEA is the work that pays the bills! On Thu, Feb 26, 2009 at 11:08 AM, CuppoJava wrote: > > Hello Ilya, > Thanks for the workaround. > > I'm glad to hear you're

Re: Clojure plugin for IntelliJ IDEA published

2009-02-26 Thread CuppoJava
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. Jus

Re: Clojure plugin for IntelliJ IDEA published

2009-02-26 Thread Ilya Sergey
Hello. Simplest way to run empty REPL is to create empty Clojure script and invoke new run configuration on it (marking appropriate checkbox in configuration settings). In next version we're going to integrate support for background REPL, but for now we have no, so there is no possibility to load

Re: Clojure plugin for IntelliJ IDEA published

2009-02-25 Thread CuppoJava
Hi Ilya, I also just started using the plugin and it's very good. Thank you for this great plugin. I have a few questions about how to use it though: How to I start a REPL without loading a script? Just a blank slate REPL? Is there a shortcut for Sending current sexp, or selected text to REPL? M

Re: Clojure plugin for IntelliJ IDEA published

2009-02-25 Thread Ilya Sergey
Hello, Robert. Thank you for kind words. Yes, this plugin is officially supported, you may post any issues to mentioned bugtracker. But I prefer to use my gmail address for Google Groups service. Kind regards, Ilya Sergey On Feb 25, 5:22 pm, Robert Lally wrote: > I've been using this since yes

Re: Clojure plugin for IntelliJ IDEA published

2009-02-25 Thread Robert Lally
I've been using this since yesterday, and it really is very good. Up until now, I've been thrashing between aquamacs, vim and textmate for my clojure programming, all have been unsatisfying to me in some way. This is certanly a step up. Ilya, I noticed that you posted from a gmail address. Is thi

Re: Clojure plugin for IntelliJ IDEA published

2009-02-24 Thread Peter Wolf
Ah darn, scooped! Yes. This is wonderful news! Thank you so much Ilya for turning the IntelliJ plugin into a real product. You have made many of us very happy, and hopefully brought IntelliJ some new customers. For Mac users, this version should now work :-D Please give it a try and report

Re: Clojure plugin for IntelliJ IDEA published

2009-02-24 Thread Laurent PETIT
Congratulations! 2009/2/24 Ilya Sergey > Hello, all! > > I'm happy to present alpha-version of official Clojure plugin for IntelliJ > IDEA "La Clojure". It may be downloaded from > http://plugins.intellij.net/plugin/?id=4050 > > List of implemented features for now looks as follows: > > 1. Cust

Clojure plugin for IntelliJ IDEA published

2009-02-24 Thread Ilya Sergey
Hello, all! I'm happy to present alpha-version of official Clojure plugin for IntelliJ IDEA "La Clojure". It may be downloaded from http://plugins.intellij.net/plugin/?id=4050 List of implemented features for now looks as follows: 1. Customizable code highlighting 2. Code folding 3. Brace matchi