Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-19 Thread Ilya Sergey
Since the plugin uses embedded compiler to build classes, I'm not sure that this will be working. Unlike Scala plugin, where the compiler is normally taken from libraries, attached to the module, in the case of Clojure, we decided to stick with fixed compiler. But an ability to use a custom

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-19 Thread Ilya Sergey
Mark, The issue tracker for La Clojure plugin is now located here: http://youtrack.jetbrains.net/issues/CLJ Wilson, Do you mean the ability to `view' the macros definition without navigating to it, or to `inline' it in place? Cheers! Ilya 2009/10/19 Mark Derricutt m...@talios.com Where should

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-19 Thread Wilson MacGyver
Inline it, in essence so you can toggle between viewing the code in macro form, or the expanded version. Basically the ability to be able to do (macroexpand) on the fly within the IDE On Mon, Oct 19, 2009 at 5:40 PM, Ilya Sergey ilyas...@gmail.com wrote: Wilson, Do you mean the ability to

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-19 Thread Mark Derricutt
Having this as something like view javadoc ctrl-q for java would be good. Also pulling out doc strings and the like would be cool here too (not sure if La Clojure already does this or not). On Tue, Oct 20, 2009 at 12:26 PM, Wilson MacGyver wmacgy...@gmail.comwrote: Inline it, in essence so you

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-18 Thread Ilya Sergey
Hi all. The repository git://git.jetbrains.org/idea/clojure-plugin.git must work now. Sorry for the inconvenience. Cheers! Ilya 2009/10/18 Kurman Karabukaev kur...@gmail.com Hi Ilya, it is asking for password for git.labs.intellij.net:idea/clojure-plugin URL. Kurman On Sat, Oct 17, 2009

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-18 Thread Mark Derricutt
Where should we raise tickets/issues for the plugin? One thing I'm really still missing with it is auto completion of aliased namespaces: (ns foo (:require foo.bar.test :as test)) (defn hello [] (test/do-something)) Having the completion of a) the test alias, and b) the contents of test

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-18 Thread Wilson MacGyver
One thing I'd really like to see for the plugin is to support a way to expand macros. Sometimes it's hard to understand the macros. It would be great if from the IDE, you can expand the macro to the normal form. I don't think I've ever see this in any lisp IDE before. On Sun, Oct 18, 2009 at

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-18 Thread eyeris
Once I build the plugin with the latest clojure, can I use it to write code targeting 1.0? On Oct 17, 11:21 am, Ilya Sergey ilyas...@gmail.com wrote: Hi all. After the long silence we resume work on `La Clojure' plugin for IntelliJ IDEA. It is still open-source and available now for

La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-17 Thread Ilya Sergey
Hi all. After the long silence we resume work on `La Clojure' plugin for IntelliJ IDEA. It is still open-source and available now for IntelliJ IDEA 9 Community Edition. The repository may be cloned now from git://git.jetbrains.org/idea/clojure-plugin.git To build the plugin from scratch you need

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-17 Thread Wilson MacGyver
will the new released version work for regular Maia? I look in the plugin download area, and for regular Maia, I don't see the new version built on 10-17. On Sat, Oct 17, 2009 at 12:21 PM, Ilya Sergey ilyas...@gmail.com wrote: Hi all. After the long silence we resume work on `La Clojure'

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-17 Thread Ilya Sergey
The last published version works with Maia Community/Ultimate Edition, builds 90.[94-96]. In the near-term future we're going to bind last plugin releases to the actual IDEA CE stable builds. Ilya 2009/10/17 Wilson MacGyver wmacgy...@gmail.com will the new released version work for regular

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-17 Thread Wilson MacGyver
got it, I'm still using Maia 10781. That must be why I don't see the new version in the plugin list. On Sat, Oct 17, 2009 at 12:52 PM, Ilya Sergey ilyas...@gmail.com wrote: The last published version works with Maia Community/Ultimate Edition, builds 90.[94-96]. In the near-term future we're

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-17 Thread Wilson MacGyver
just moved to maia ultimate EAP 90.94, I had to first uninstall the old la clojure plugin, and then install the new version. It works perfectly. Finally I can use clojure in Maia EAP. Thank you very much, looking forward to new functionality in la clojure now that development has resumed.

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-17 Thread B Smith-Mannschott
On Sat, Oct 17, 2009 at 18:21, Ilya Sergey ilyas...@gmail.com wrote: Hi all. After the long silence we resume work on `La Clojure' plugin for IntelliJ IDEA. It is still open-source and available now for IntelliJ IDEA 9 Community Edition. The repository may be cloned now from

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-17 Thread Ilya Sergey
Ok, try this: g...@git.labs.intellij.net:idea/clojure-plugin Cheers! Ilya 2009/10/17 B Smith-Mannschott bsmith.o...@gmail.com On Sat, Oct 17, 2009 at 18:21, Ilya Sergey ilyas...@gmail.com wrote: Hi all. After the long silence we resume work on `La Clojure' plugin for IntelliJ IDEA.

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-17 Thread Kurman Karabukaev
Hi Ilya, it is asking for password for git.labs.intellij.net:idea/clojure-plugin URL. Kurman On Sat, Oct 17, 2009 at 12:19 PM, Ilya Sergey ilyas...@gmail.com wrote: Ok, try this: g...@git.labs.intellij.net:idea/clojure-plugin Cheers! Ilya 2009/10/17 B Smith-Mannschott