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 ha

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 to

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 e

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 has

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 if

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 Craft

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 wrote: > 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_sta

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: com.intellij.openapi.module.Modif

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 > > 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 th

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 poin

Question about IntelliJ Plugin

2009-03-13 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: 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 t

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

IntelliJ Plugin -- Wonderful News!

2009-02-06 Thread 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 my plugin over to Ilya, and the code has been moved to the JetBrains SVN. I will remain involved and fix bugs as they are found, but Ilya and his team are adding a real t

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&#x

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Francesco Bellomi
; 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/ >

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Peter Wolf
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! >&

Re: IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Francesco Bellomi
at 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
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.goo

IntelliJ Plugin Pre-Alpha 0.03 Available

2009-01-23 Thread Peter Wolf
from 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/ Enj

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-14 Thread HB
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 IntelliJ one in a usable state, or is it > > not ready for some alpha-level testers?

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 Intelli

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

Re: IntelliJ Plugin

2008-12-29 Thread Justin Johnson
ustin Johnson > wrote: > >> 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/ >> >>

Re: IntelliJ Plugin

2008-12-27 Thread Peter Wolf
. Peter On Wed, Dec 24, 2008 at 4:25 PM, Justin Johnson wrote: > 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/ > &g

IntelliJ Plugin

2008-12-26 Thread Justin Johnson
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 through the process of building and installing the plugin on Windows XP with IntelliJ IDEA

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.

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 &

IntelliJ Plugin now on Google Code

2008-12-19 Thread Peter Wolf
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/trunk/src/org/clojure/intellij Please note that this code is nowhere near ready for use. Syntax

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

IntelliJ Plugin

2008-10-27 Thread opus111
Hello all, I am new to this group, so forgive me if this is an old question. Is anyone working on a Clojure plugin for IntelliJ? Thanks Peter --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To pos