Re: IntelliJ Plugin -- Wonderful News!

2009-02-24 Thread Mark Derricutt
TeamCity Professional is free to ANYONE, however the server has the following limits: - 20 users - 20 build profiles - 3 build runners Which is PLENTY for even a fairly modest dev shop. On Tue, Feb 17, 2009 at 5:57 AM, Tom Ayerst wrote: > Team City is not an IDE, it is a continuous integration

Re: IntelliJ Plugin -- Wonderful News!

2009-02-16 Thread Tom Ayerst
Team City is not an IDE, it is a continuous integration server. I think Jetbrains give it away to Intellij licensees. Tom 2009/2/16 Johan Berntsson > > I see that IntelliJ has a free edition called TeamCity. Will the > clojure plugin work on that IDE too? > > On Feb 6, 7:33 am, Peter Wolf wro

Re: IntelliJ Plugin -- Wonderful News!

2009-02-16 Thread Johan Berntsson
I see that IntelliJ has a free edition called TeamCity. Will the clojure plugin work on that IDE too? On Feb 6, 7:33 am, Peter Wolf wrote: > Check out this email!  IntelliJ is going to get a *really* good plugin > for Clojure :-D > > I have gladly turned control of the my plugin over to Ilya, an

Re: IntelliJ Plugin -- Wonderful News!

2009-02-15 Thread MattH
For those looking to get this working on Mac OS X, this worked for me: (Tested using revision 22594, IDEA 8.1, 32-bit Macintel with Java 1.5 and Mac OS X 10.5.6) - $ mkdir ~/clojure-build-dir - $ cd ~/clojure-build-dir - $ mkdir ~/clojure-build-dir/fake-idea-home - $ cd ~/clojure-build-dir/fake-

Re: IntelliJ Plugin -- Wonderful News!

2009-02-08 Thread Peter Wolf
I am using IDEA 9164. Make sure idea.jar is on your classpath (it is not part of the Development SDK). BTW to original plugin is still available pre-built. It works fine on Linux and Windows. See http://code.google.com/p/clojure-intellij-plugin/ Howard Lewis Ship wrote: > I'm trying to

Re: IntelliJ Plugin -- Wonderful News!

2009-02-07 Thread Howard Lewis Ship
I'm trying to build this locally; I haven't built an IDEA plugin before. Anyway, I've downloaded the 8.0.1 dev kit and installed it, but class com.intellij.openapi.module.JavaModuleType doesn't exist, although this a JAR with other classes from that package. I must have the wrong version of the

Re: IntelliJ Plugin -- Wonderful News!

2009-02-06 Thread Tom Ayerst
That is excellent news. Now I just to learn enough Clojure to properly contribute to a pukka open Source project so I can get a free copy ;-) 2009/2/6 Peter Wolf > > Check out this email! IntelliJ is going to get a *really* good plugin > for Clojure :-D > > I have gladly turned control of the

Re: IntelliJ Plugin -- Wonderful News!

2009-02-06 Thread Laurent PETIT
Hello, For the non-initiated, who is Ilya ? Anyway, great news for IntelliJ users ! If some IBM or other Eclipse commiter(s) want to help with clojuredev, they're welcome too ! :-) :-) -- Laurent 2009/2/6 Peter Wolf > > Check out this email! IntelliJ is going to get a *really* good plugin

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-29 Thread Ilya Sergey
Hi, Keith. Last version IntelliJ IDEA EAP may be downloaded from http://jetbrains.net/confluence/display/IDEADEV/Diana+EAP Kind regards, Ilya On Jan 28, 1:53 am, Keith Bennett wrote: > Where did you find build version 8.1, #9678?  I'm looking at their web > site, and all I see is version 8.01,

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-27 Thread Keith Bennett
Where did you find build version 8.1, #9678? I'm looking at their web site, and all I see is version 8.01, build 9164. Also, when I tried following the instructions for the plugin, startup of Idea never gets past the splash screen. I have a message into JetBrains support about it. - Keith On

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-26 Thread Peter Wolf
By request... Here some screenshots showing the IntelliJ Plugin in action http://code.google.com/p/clojure-intellij-plugin/wiki/PageName?ts=1232979185&updated=PageName Enjoy Peter Laurent PETIT wrote: > Hello, > > Could you place some screenshots in a wiki page ? > > I'm too lazy to install I

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Francesco Bellomi
IntelliJ 8.1 EAP build 9678 (which is the last released build) Mac Book Pro 10.5.6 java 1.5.0_16 I installed it through Updates / Plugins Host, as explained on the plugin dev site. Francesco On Jan 23, 10:12 pm, Peter Wolf wrote: > You are more than welcome.  Enjoy! > > I am interested that it

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Peter Wolf
You are more than welcome. Enjoy! I am interested that it works on your Mac. Others have reported problems (but not with this particular JAR). What version of Mac and IntelliJ are you using? Peter Francesco Bellomi wrote: > I installed it and it works really well, > -- thanks to the autho

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Francesco Bellomi
I installed it and it works really well, -- thanks to the authors for their work. btw, I installed it directly on my mac, without building it. Francesco On Jan 23, 6:08 pm, Peter Wolf wrote: > For those who like IntelliJ, a new version of the plugin is available.   > This one has numerous fixe

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Laurent PETIT
Hello, Could you place some screenshots in a wiki page ? I'm too lazy to install IntelliJ yet, but maybe with some appealing screenshots I could change my mind ;-) Thanks, -- Laurent 2009/1/23 Peter Wolf > > For those who like IntelliJ, a new version of the plugin is available. > This one

Re: IntelliJ Plugin

2009-01-14 Thread HB
I'm an IntelliJ 8 user and I can test the plugin on my own machine if this helps the plugin's development. On Jan 14, 3:52 pm, Peter Wolf wrote: > Hi Aria, > > Actually, I am just in the process of writing up the install > instructions.  Watch this space! > > aria42 wrote: > > Did you ever get a

Re: IntelliJ Plugin

2009-01-14 Thread Peter Wolf
Hi Aria, Actually, I am just in the process of writing up the install instructions. Watch this space! aria42 wrote: > Did you ever get around to posting the notes on getting the IntelliJ > plugin to work? I sorely would love IDE support for Clojure in either > Eclipse or IntelliJ. Is the Inte

Re: IntelliJ Plugin

2009-01-13 Thread aria42
Did you ever get around to posting the notes on getting the IntelliJ plugin to work? I sorely would love IDE support for Clojure in either Eclipse or IntelliJ. Is the IntelliJ one in a usable state, or is it not ready for some alpha-level testers? Cheers, Aria On Dec 29 2008, 10:36 am, "Justin

Re: IntelliJ Plugin

2008-12-29 Thread Justin Johnson
On Sat, Dec 27, 2008 at 8:55 AM, Peter Wolf wrote: > Hi Justin, > This is the right place. Thanks for trying the plugin. > > It would absolutely be helpful to document use of the plugin. However, I > am sure you can tell that it is nowhere near ready. > Yes, I noticed there wasn't much there y

Re: IntelliJ Plugin

2008-12-27 Thread Peter Wolf
Hi Justin, This is the right place. Thanks for trying the plugin. It would absolutely be helpful to document use of the plugin. However, I am sure you can tell that it is nowhere near ready. I would like to get a basic set of features going and then recruit you and Randall to test and document

Re: IntelliJ Plugin now on Google Code

2008-12-19 Thread Peter Wolf
Hi Randall, I'd like to get it to the point where some set of features completely work before I release a plugin. I'd like to see at least coloring, parens matching and a REPL. For the moment you need to install the IntelliJ plugin development kit if you just want to try it. Of course, havi

Re: IntelliJ Plugin now on Google Code

2008-12-19 Thread Randall R Schulz
Peter, Great news! On Friday 19 December 2008 05:36, Peter Wolf wrote: > For those who are following or helping my efforts (thank you), the > IntelliJ Clojure plugin code is now on GoogleCode. Enjoy! > > http://code.google.com/p/clojure-intellij-plugin/source/browse/#svn/t >runk/src/org/clojure

Re: IntelliJ Plugin

2008-10-29 Thread Peter Wolf
Actually, I realize now that I am going to use EMACS. The thing that makes IntelliJ really great is the automatic refactoring of Java code, and the management of a g-zillion Java files. It really has no big advantages for Clojure. For hacking LISP, EMACS is still the king! Tom Emerson wrote:

Re: IntelliJ Plugin

2008-10-29 Thread Tom Emerson
On Mon, Oct 27, 2008 at 11:00 AM, opus111 <[EMAIL PROTECTED]> wrote: > Is anyone working on a Clojure plugin for IntelliJ? Not that I've seen, but there is Enclojure which is built on top of NetBeans. -tree -- Tom Emerson [EMAIL PROTECTED] http://www.dreamersrealm.n