Re: working intellij plugin?

2014-07-14 Thread Mark Derricutt
On 14 Jul 2014, at 17:40, Colin Fleming wrote: Both La Clojure and the IntelliJ Leiningen plugin are effectively discontinued in favour of Cursive. There's full instructions on how to get started here:[https://cursiveclojure.com/userguide](https://cursiveclojure.com/userguide). Let me know

Re: working intellij plugin?

2014-07-14 Thread Colin Fleming
Well, it's sort of official now, see: http://devnet.jetbrains.com/thread/450673. Basically JetBrains are now only accepting pull requests and making minimal changes to keep the current version of La Clojure working with new IntelliJ versions - there's no active development going on (not that it

Re: working intellij plugin?

2014-07-14 Thread Brian Craft
Cool, got it working. Is there a way to edit and evaluate a buffer loaded from a jar? Currently it has a lock icon, which I haven't found a way to turn off. On Sunday, July 13, 2014 10:41:04 PM UTC-7, Colin Fleming wrote: HI Brian, Both La Clojure and the IntelliJ Leiningen plugin are

Re: working intellij plugin?

2014-07-14 Thread Colin Fleming
No, there isn't, unfortunately - there are a couple of outstanding issues about this. IntelliJ has a fairly strict notion of files' origin, and it doesn't permit the concept of editing files that it won't be able to write back later. So that one will be tricky, I'll have to copy the file content

Re: working intellij plugin?

2014-07-14 Thread Brian Craft
That's unfortunate. I do this constantly in vim for debugging/investigation. I worked around it with in-ns from a writable file. On Monday, July 14, 2014 9:44:43 AM UTC-7, Colin Fleming wrote: No, there isn't, unfortunately - there are a couple of outstanding issues about this. IntelliJ has

working intellij plugin?

2014-07-13 Thread Brian Craft
In need of a way to breakpoint in java code, I decided to look at intellij. I tried the directions here: http://wiki.jetbrains.net/intellij/Getting_started_with_La_Clojure which don't work. When trying to open a project, it throws: java.lang.NoSuchMethodError:

Re: working intellij plugin?

2014-07-13 Thread Mark Mandel
Try this for IntelliJ instead. It's far better: https://cursiveclojure.com/ Mark On Mon, Jul 14, 2014 at 11:35 AM, Brian Craft craft.br...@gmail.com wrote: In need of a way to breakpoint in java code, I decided to look at intellij. I tried the directions here:

Re: working intellij plugin?

2014-07-13 Thread Colin Fleming
HI Brian, Both La Clojure and the IntelliJ Leiningen plugin are effectively discontinued in favour of Cursive. There's full instructions on how to get started here: https://cursiveclojure.com/userguide. Let me know if you have any more questions. Cheers, Colin On 14 July 2014 03:35, Brian

Question about IntelliJ Plugin

2009-03-14 Thread Mark Engelberg
If I split my code across files, how do I make it so that the REPL can see all the code? For example, if I have a main.clj and a tests.clj, when I run the REPL from one of the two files, it only sees the definitions from that file, not everything in the project. What's the right way to do this?

Re: Question about IntelliJ Plugin

2009-03-14 Thread CuppoJava
Hi Mark, The classpaths for the IntelliJ plugin are not quite setup properly. This is how I'm working around this. Clojure requires the folder that contains the clojure source code to be in the classpath. I did this in IntelliJ, by attaching a new library to the current project which points

Re: Question about IntelliJ Plugin

2009-03-14 Thread Ilya Sergey
Oops, my bad. Could you create appropriate ticket for us to fix it? With best regards, Ilya 2009/3/14 CuppoJava patrickli_2...@hotmail.com Hi Mark, The classpaths for the IntelliJ plugin are not quite setup properly. This is how I'm working around this. Clojure requires the folder

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 tom.aye...@gmail.com wrote: Team City is not an IDE, it is a

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 opus...@gmail.com 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

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 johan.may...@gmail.com I see that IntelliJ has a free edition called TeamCity. Will the clojure plugin work on that IDE too? On Feb 6, 7:33

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

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

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 keithrbenn...@gmail.com wrote: Where did you find build version 8.1, #9678?  I'm looking at their web site, and all

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

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=1232979185updated=PageName Enjoy Peter Laurent PETIT wrote: Hello, Could you place some screenshots in a wiki page ? I'm too lazy to install

IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Peter Wolf
byte code location to source code. But there is enough information that one can figure out what is going on. Note that Mac users still have to build it themselves. If someone would build it, so we can post a Mac jar that would be great. http://code.google.com/p/clojure-intellij-plugin/ Enjoy! P

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Laurent PETIT
that one can figure out what is going on. Note that Mac users still have to build it themselves. If someone would build it, so we can post a Mac jar that would be great. http://code.google.com/p/clojure-intellij-plugin/ Enjoy! P --~--~-~--~~~---~--~~ You

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Francesco Bellomi
out what is going on. Note that Mac users still have to build it themselves.  If someone would build it, so we can post a Mac jar that would be great. http://code.google.com/p/clojure-intellij-plugin/ Enjoy! P --~--~-~--~~~---~--~~ You received this message

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Peter Wolf
to build it themselves. If someone would build it, so we can post a Mac jar that would be great. http://code.google.com/p/clojure-intellij-plugin/ Enjoy! P --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Francesco Bellomi
build it, so we can post a Mac jar that would be great. http://code.google.com/p/clojure-intellij-plugin/ Enjoy! P --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send

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

Re: IntelliJ Plugin

2009-01-14 Thread HB
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

Pre-Alpha of IntelliJ plugin for Clojure

2009-01-14 Thread Peter Wolf
Hey Randall, Justin, Aria, HB, and all other IntelliJ enthusiasts Pre-Alpha of IntelliJ plugin for the Clojure is open for testing... Plugin currently provides editing with syntax coloring, syntax error high-lighting, folding, and brace matching. Also provides run configuration for Clojure

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
, Is this the appropriate mailing list to talk about the Clojure IntelliJ plugin? The Google Code site didn't list any other mailing list. http://code.google.com/p/clojure-intellij-plugin/ I went through the process of building and installing the plugin on Windows XP with IntelliJ IDEA 8.0.1 and thought it might

Re: IntelliJ Plugin

2008-12-27 Thread Peter Wolf
. Peter On Wed, Dec 24, 2008 at 4:25 PM, Justin Johnson ajustinjohn...@gmail.comwrote: Hi, Is this the appropriate mailing list to talk about the Clojure IntelliJ plugin? The Google Code site didn't list any other mailing list. http://code.google.com/p/clojure-intellij-plugin/ I went

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 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 http://enclojure.org/ which is built on top of NetBeans. -tree -- Tom Emerson [EMAIL PROTECTED]

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