Re: Clojure + Intellij IDEA: stepping through Clojure implementation code

2010-01-02 Thread Ilya Sergey
Hello, Miron. to debug your Clojure scripts in IntelliJ with the appropriate plugin installed, just create new run configuration for .clj file. It may be created automatically via Ctrl(Meta)-Shift-F10 default shortcut. After this you can run it in REPL mode or as a standalone script and put

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-19 Thread Ilya Sergey
compiler may be added as an option. Cheers! Ilya 2009/10/19 eyeris drewpvo...@gmail.com 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

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-19 Thread Ilya Sergey
hello would be a godsend. On Mon, Oct 19, 2009 at 10:56 AM, Ilya Sergey ilyas...@gmail.com wrote: 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

Re: La Clojure plugin for IntelliJ IDEA moved to Git

2009-10-18 Thread Ilya Sergey
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 bsmith.o...@gmail.com On Sat, Oct 17, 2009 at 18:21, Ilya Sergey ilyas...@gmail.com wrote: Hi all. After the long

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 Ilya Sergey
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' plugin for IntelliJ IDEA. It is still open

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 updated

2009-05-22 Thread Ilya Sergey
Vagif, Of course, we have plans to support remoter REPL as well. For now you may use `remote debug' run configuration type to connect to the appropriate application port and debug it. With best regards, Ilya 2009/5/21 Vagif Verdi vagif.ve...@gmail.com Do you have plans to add

Re: La Clojure plugin for IntelliJ IDEA updated

2009-05-22 Thread Ilya Sergey
, 2009, at 12:00 PM, Ilya Sergey wrote: In last build of La Clojure plugin (thanks to Kurt Christensen) we added REPL integration with history and possibility to load files and evaluate expressions from the editor. With best regards, Ilya Sergey 2009/5/18 Ilya Sergey ilyas...@gmail.com

Re: La Clojure plugin for IntelliJ IDEA updated

2009-05-20 Thread Ilya Sergey
In last build of La Clojure plugin (thanks to Kurt Christensen) we added REPL integration with history and possibility to load files and evaluate expressions from the editor. With best regards, Ilya Sergey 2009/5/18 Ilya Sergey ilyas...@gmail.com Hello, Asbjørn. For now IntelliJ support

Re: Clojure at JavaOne

2009-05-18 Thread Ilya Sergey
if someone is interested in better IDE-support of Clojure I would be happy discuss it or show what we have for now in IntelliJ. With best regards, Ilya Sergey 2009/5/18 falcon shahb...@gmail.com I agree with John. For certain applications, the ability to modify the code while it is running is very

Re: La Clojure plugin for IntelliJ IDEA updated

2009-05-18 Thread Ilya Sergey
Bjørnstad asbj...@gmail.com On May 14, 2:16 am, Ilya Sergey ilyas...@gmail.com wrote: Hello, all. I'm happy to announce, that new build of the `La Clojure' plugin for IntelliJ IDEA is uploaded into repository and may be downloaded directly fromhttp://plugins.intellij.net/plugin/?id=4050or

La Clojure plugin for IntelliJ IDEA updated

2009-05-13 Thread Ilya Sergey
and completion functionality for Java classes, packages and members as well as for Clojure definitions and namespaces. By many request code indentation and alignment is customizable now, In near-ter future plans are cross-language compilation with Java and multiple editor actions. With best regards, Ilya Sergey

Re: Book erratum (was: Clojure + Java compilation and IntelliJ IDEA plugin)

2009-03-30 Thread Ilya Sergey
clojure files may be switched off. For more details see File - Settings - Compiler - Clojure. For someone these settings might seem not sufficiently flexible. So, all comments and proposals are appreciated. :) With best regards, Ilya Sergey

Clojure + Java compilation and IntelliJ IDEA plugin

2009-03-25 Thread Ilya Sergey
are appreciated. :) With best regards, Ilya Sergey --~--~-~--~~~---~--~~ 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 this group, send email

Re: Clojure + Java compilation and IntelliJ IDEA plugin

2009-03-25 Thread Ilya Sergey
Hello, Mark. The easiest way to updae plugin from within the idea is to use plugin manager (see File - Settings - Plugins), find Clojure plugin in the list, right-click on it and hit update. AFAIK, you also must see kind of blinking gear in the bottom right corener of IDEA main screen, which

Re: Clojure + Java compilation and IntelliJ IDEA plugin

2009-03-25 Thread Ilya Sergey
will be to define compilation order explicitly. Tricky project decomposion into modules may help to resolve cross-languge dependencies. With best regards, Ilya 2009/3/25 Christian Vest Hansen karmazi...@gmail.com Sounds great :) On Wed, Mar 25, 2009 at 4:42 PM, Ilya Sergey ilyas...@gmail.com wrote

Re: Clojure + Java compilation and IntelliJ IDEA plugin

2009-03-25 Thread Ilya Sergey
. :) With best regards, Ilya Sergey --~--~-~--~~~---~--~~ 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 this group, send email

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 that

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

Re: Clojure plugin for IntelliJ IDEA published

2009-03-11 Thread Ilya Sergey
tell me the current capabilities / future plans with this? Thanks. Mike On Mar 10, 2:30 pm, Ilya Sergey ilyas...@gmail.com wrote: Hi, Howard Yes, we support debugging for Clojure scripts (even from libary). To launch debugger, create run configuration (for this you may just press

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 tom.aye...@gmail.com wrote: Liking it so far.  Can you get jline style functionality into the REPL, I really miss it. Cheers Tom 2009/2/27

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

Re: IntelliJ Clojure Plugin - Minor Indentation Issues.

2009-03-05 Thread Ilya Sergey
Hello. Look at last plugin version. I've changed rules for indentation and alignment in Clojure files. Now all forms inside function call are aligned by its _second_ elemnt, i. e. first argument as in the following example: (defn select-keys Returns a map containing only those entries in map

Re: IntelliJ Clojure Plugin - Minor Indentation Issues.

2009-03-01 Thread Ilya Sergey
Patrick, Please, create a ticket in our bugtracker for this issue: http://jetbrains.net/jira/browse/CLJ With best regards, Ilya Sergey On Mar 1, 7:22 pm, CuppoJava patrickli_2...@hotmail.com wrote: After using La Clojure a bit more, I noticed a few minor issues with the indentation system

Re: IntelliJ Clojure Plugin - Minor Indentation Issues.

2009-03-01 Thread Ilya Sergey
Patrick, Please, create a ticket in our bugtracker for this issue: http://jetbrains.net/jira/browse/CLJ With best regards, Ilya Sergey On Mar 1, 7:22 pm, CuppoJava patrickli_2...@hotmail.com wrote: After using La Clojure a bit more, I noticed a few minor issues with the indentation system

Debugging Clojure with IntelliJ IDEA

2009-02-28 Thread Ilya Sergey
, Ilya Sergey JeetBrains Inc. --~--~-~--~~~---~--~~ 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 this group, send email to clojure+unsubscr

Re: Debugging Clojure with IntelliJ IDEA

2009-02-28 Thread Ilya Sergey
Hello. What do you mean by automatically indent? If you press enter inside a Sexpr, vector or map, indentation will be ferformed automatically. Kind regards, Ilya On Mar 1, 1:37 am, CuppoJava patrickli_2...@hotmail.com wrote: Wow it's incredible how fast your progressing on the plugin. It's

Re: Clojure plugin for IntelliJ IDEA published

2009-02-26 Thread Ilya Sergey
simply surround selected code fragment with parentheses. for now you can use Ctrl-W shortcut to select nested forms incrementally in editor. With best regards, Ilya Sergey On Feb 26, 7:48 am, CuppoJava patrickli_2...@hotmail.com wrote: Hi Ilya, I also just started using the plugin and it's very

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 rob.la...@gmail.com wrote: I've been

Clojure plugin for IntelliJ IDEA published

2009-02-24 Thread Ilya Sergey
appreciated. Many thanks to Peter Wolf and Kurt Christensen for their initiative. Kind regards, Ilya Sergey JetBrains Inc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

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