The Wayback Machine - https://web.archive.org/web/20120227191139/http://plugins.intellij.net/plugin/?id=4050

Categories


Authors:
Ilya Sergey
logos
opensource software

La Clojure

Vendor: JetBrains Inc.

Email: N/A

Website: N/A

SourceCode: link

Bugtracker page

Forum page

Description:

Provides Clojure language support: syntax and error highlighting, completion, navigation and refactorings
Downloads: 27348
Rating:
Participated in rating: 101
Version Since Build Until Build File/URL Size (Kb) Date Dependency
0.3.102. 107.587. 107.9999. Download 8769.3. 2011-12-01 00:43:58 .
0.4.30. 111.24. 111.9999. Download 8791.43. 2011-11-30 00:35:17 .
0.4.9. 110.124. 110.9999. Download 8790.7. 2011-11-23 00:45:10 .
0.3.92. 107.100. 107.9999. Download 8792.19. 2011-09-19 19:02:26 .
0.3.79. 107.100. 107.9999. Download 8771.56. 2011-07-31 22:56:24 .
0.3.75. 107.100. 107.9999. Download 8767.57. 2011-05-17 01:52:18 .
0.3.66. 99.28. 99.9999. Download 8767.48. 2010-12-29 14:25:42 .
0.3.15. 98.382. 99.9999. Download 3286.7. 2010-12-09 21:15:55 .
0.2.267. 93.13. 95.999. Download 2616.82. 2010-04-23 15:40:56 .
0.2.195. 93.13. 93.239. Download 2236.15. 2010-01-21 13:19:57 .
0.2.192. 93.13. 93.54. Download 2237.48. 2009-12-31 16:14:31 .
0.2.186. 92.91. 92.125. Download 2229.56. 2009-12-07 14:13:06 .
0.2.1.178. . 90.10000. Download 2219.8. 2009-11-29 20:03:02 .
0.2.158. 90.10000. 90.10000. Download 2171.46. 2009-10-27 00:13:20 .
0.1.24390. 81.9100. 85.9999. Download 1677.47. 2009-05-20 16:59:12 .
. .
La Clojure
La Clojure
La Clojure

Recent change notes:

Compatibility with IDEA 10.5.2

General usage instructions:

Plugin for Clojure language support in IntelliJ IDEA

GitHub:
https://github.com/JetBrains/la-clojure

Main features:

1. Customizable code highlighting
2. Code folding
3. Brace matching
4. Code formatting with customizable indentation
5. Structure view for definitions
6. Go-to definition feature (as go to symbol)
7. Code completion for definitions, special forms, Java instance methods and classes
8. Run configuration for Clojure scripts (both in REPL or as standalone script)
9. Debugger (also working in REPL)
10. Clojure classes compilation
11. Cross-language resolve and completion for Clojure namespaces, definitions and Java packages, classes and members
12. Find usages and rename refactoring for local definitions and symbols
13. Integration with REPL

Some hints about installation and usage:

1. Plugin demands for IntelliJ IDEA build #9100 or later. IDEA 8.1 is perfect. Last EAPs may be downloaded from
http://jetbrains.net/confluence/display/IDEADEV/Diana+EAP
2. To download plugin use IDEA Plugin Manager (see Settings -> Plugins -> Available) or unzip downloaded archive to $IDEA_SETTINGS/config/plugins/ folder
3. Creating new project or module, choose Clojure among used technologies. All necessary jars will be downloaded automatically. To create new Clojure file, just press Alt-Insret in Project View and choose "Clojure Script"
4. File template for Clojure scripts may be changed in Settings -> File Templates -> Java EE tab -> Clojure
5. To run your Clojure script you may create run configuration manually or press Ctrl-Shift-F10 (in Linux or Windows layout) on appropriate script file opened in editor. In latter case run configuration will be created automatically and script will be run immediately.
6. Structure view window may be invoked on file by pressing Ctrl-F12 (in Linux or Windows layout) or by View -> File Structure Popup action.
7. To navigate to definitions (def, defn, defmacro etc.) use Go-to symbol action.
8. clojure.jar must be attached to a project as a part of some Module, Project or Global library.

Comments:

acgetchell
Rated: noRate
2011-12-01 10:09:07
NullPointerException an issue with IntelliJ 11 beta and LaClojure 0.4.30. Works with IntelliJ 10.5.2 and LaClojure 0.3.102.
.
acgetchell
Rated: noRate
2011-12-01 09:56:32
Okay, once I setup a project with Leiningen, I get NullPointerException every time I try to start the Clojure REPL:

10:53:29 PM NullPointerException: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(453,220),absolute(1165,220),button=1,modifiers=Button1,clickCount=1] on frame0
10:54:08 PM NullPointerException: Error during dispatching of java.awt.event.MouseEvent[MOUSE_RELEASED,(431,213),absolute(1143,213),button=1,modifiers=Button1,clickCount=1] on frame0


.
acgetchell
Rated:
2011-11-30 01:05:12
Okay, Ilya Sergey fixed it and now 0.4.30 works with Community Edition 11 Beta IC 111.24. Now:

- Supports Clojure 1.3
- Rainbow parens work
- Uses JDK 1.7.0_01 fine
- Syntax highlighting on REPL is maintained now, after entering

All in all, great work! Only remaining issue is I'm not sure yet how to get clojure.contrib libraries in there, but I'm not sure that's an IntelliJ issue or a Leiningen issue, so checking that out now.

Thanks again for the quick response/fix!
.
acgetchell
Rated: noRate
2011-11-30 00:21:40
Issue over on GitHub:

https://github.com/JetBrains/la-clojure/issues/6
.
acgetchell
Rated: noRate
2011-11-29 09:36:47
Just wondering, is LaClojure going to be supported in IntelliJ in the future? If not, please let me know and I'll go back to Eclipse.

I'm contemplating getting the full version of IntelliJ but only with full support of Clojure. At the moment, the plugin isn't upgradeable, files don't load properly in the REPL (even with in-ns, and the REPL only supports Clojure 1.2.
.
igor.tn
Rated:
2011-11-26 20:26:08
I should say that Eclipse folks with CounterClockWise are well ahead of La Clojure. Sad.
.
igor.tn
Rated: noRate
2011-11-24 09:04:45
I currently use La Clojure version 0.3.92 and wanted to upgrade to 0.4.9. I could not update from IDEA, and after I manually put 0.4.9 into the plugins directory, I got an error that says the plugin is not compatible with my installed IDEA version.

I\'m currently running IDEA 10.5.2 Ultimate, build #IU-107.587 on 64-bit Mac OS X. I believe this is the latest one.

Please help me to get the latest plugin version installed.
.
acgetchell
Rated: noRate
2011-11-19 05:09:07
Well, figured out the adding of libs -- not properly a LaClojure question, but a Leiningen one. Short answer:

In project.clj, add in :dependencies

[org.clojars.arohner/clojure-contrib "1.2.0-equiv-SNAPSHOT"]

lein search contrib gives the exact list. Further info at the Leiningen tutorial.
.
acgetchell
Rated:
2011-11-19 04:16:39
When will LaClojure support Clojure 1.3?
.
acgetchell
Rated: noRate
2011-11-19 03:48:02
Seems like I'm missing something easy, but how do I include clojure.contrib and other jars into projects?
.
unclebob@objectmentor.com
Rated:
2011-11-13 16:44:08
Can't seem to use REPL tools. Can start clojure console OK though.
.
AlexBaranosky
Rated: noRate
2011-11-10 18:38:12
For some reason I have not been able to access the Tools > Clojure REPL menu options. The four options there are all grayed out. Am I doing something wrong, or is it an issue with my Intellij version or LaClojure version?

(Intellij community 10.5.2 & LaClojure 0.3.92)

Any help is greatly appreciated.
.
0cean
Rated: noRate
2011-08-31 05:10:52
I am running intelliJ 10.5.1 Build # iC-107.322 on OS X 10.7.1.

After installing the La Clojure Plugin. I restarted IntelliJ, created a new project, added Clojure as a desired technology, then created a new clj source, but the plugin does not recognize the .clj as a clojure source file and syntax highlighting does not work.
.
pupeno
Rated:
2011-07-30 13:43:01
.
Anonymous
Rated:
2011-06-08 16:05:00
nice piece of work i love it thanks for sharing Katie Holmes Hairstyles
.
Anonymous
Rated: noRate
2011-06-07 03:22:55
I found out a problem unable to get '(System/getenv "foo") when I use a swing-clojure example . I use this, 10.5 of the community edition, on Ubuntu 10.04. From a linux shell, 'echo $DISPLAY' returns
:0.0 but (System/getenv "DISPLAY") on the idea returns nil. other environment values returned nil as same.
I don't understand whether this problem is mine or a bug of la clojure/IntelliJ.
.
Anonymous
Rated: noRate
2011-05-27 22:17:25
Ilya, thank you very much for your update. Your plugin has a number of fans here and we are looking forward to playing with new versions when they arise.Ilya, thank you very much for your update. Your plugin has a number of fans here and we are looking forward to playing with new versions when they arise.
.
Anonymous
Rated: noRate
2011-05-18 09:44:14
Hi

I used version of intelliJ IDEA 10.5 and last version of this plugin. And when i use similar construction: (comment _some_cyrillic_text_) or // _some_cyrillic_text_ IDEA didn't work how expected. They see syntax error. How to fix it?
.
Anonymous
Rated:
2011-02-28 21:16:15
Wolud be nice to have the same colouring of the same level parentheses

https://img.skitch.com/20110228-mmic5h5bjx6pdctph96atxddhu.png

--
Lambder
.
shawnmike12
Rated:
2011-02-19 09:59:13
Indeed a bit disappointing. Even grabbing the SVN is troublesome on OS X’s case insensitive file system, due to a duplicated file.
.
Anonymous
Rated: noRate
2011-02-11 08:54:58
Hi

I updated idea to 10.0.2 and updated the clojure plugin but now it does not do syntax highlighting, it only highlights symbols. anyone know how to fix it?
.
Anonymous
Rated: noRate
2011-02-10 18:55:50
I have 10.0.2 and was not able to install the plugin.
.
Anonymous
Rated: noRate
2011-02-09 19:23:04
Hi, I updated IDEA to v10.0.2 and La Clojure is no longer working and it says "Plugin is incompatible with the current IDEA installation", when will the updated La Clojure be ready?

Thanks,
Alan
.
Anonymous
Rated: noRate
2011-01-23 18:26:58
Hi,

I think currently there is no way to specify an additional classpath startup parameter for the REPL.

This is quite impeding when trying to use AOT compiled classes (:gen-class).

Currently it adds /src and /test. It would be great if /lib would be added as well.

Thoughts?

P.S. I checked the sources probably two lines of code.
.
Anonymous
Rated:
2011-01-19 07:59:51
Thanks a lot!
.
Anonymous
Rated:
2011-01-05 20:40:59
A great step foreward. Thanks a lot.
.
Anonymous
Rated: noRate
2010-12-22 16:56:34
It would be nice to see release notes here. Especially since the issue tracker seems to have no version information at all!
.
Anonymous
Rated: noRate
2010-12-21 06:22:31
The break points (and stacktrace positions) are not working on Windows because of the line separator. I tried below code change and it can work...

diff --git a/src/org/jetbrains/plugins/clojure/debugger/ClojurePositionManager.java b/src/org/jetbrains/plugins/clojure/debugger/ClojurePositionManager.java
index 25945be..7a6bcb9 100644
--- a/src/org/jetbrains/plugins/clojure/debugger/ClojurePositionManager.java
+++ b/src/org/jetbrains/plugins/clojure/debugger/ClojurePositionManager.java
@@ -158,7 +158,7 @@ public class ClojurePositionManager implements PositionManager {
@Nullable
private PsiFile getPsiFileByLocation(final Project project, final Location location) {
try {
- final String path = location.sourcePath();
+ final String path = location.sourcePath().replace('\\', '/'); // dirty fix for windows...
if (path == null) return null;
final ProjectRootManager manager = ProjectRootManager.getInstance(project);
final VirtualFile[] allFiles = manager.getFilesFromAllModules(OrderRootType.SOURCES);


.
Anonymous
Rated: noRate
2010-12-21 06:19:47
The system environment is empty in REPL. This is why I can't open socket on Windows. Can you please fix it? Below is an example fix, which works in my side.

diff --git a/src/org/jetbrains/plugins/clojure/repl/ClojureReplProcessHandler.java b/src/org/jetbrains/plugins/clojure/repl/ClojureReplProcessHandler.java
index a83ba84..40b490e 100644
--- a/src/org/jetbrains/plugins/clojure/repl/ClojureReplProcessHandler.java
+++ b/src/org/jetbrains/plugins/clojure/repl/ClojureReplProcessHandler.java
@@ -142,6 +142,9 @@ public class ClojureReplProcessHandler extends ProcessHandler {
final String executablePath = ((JavaSdkType) type).getVMExecutablePath(sdk);

final ArrayList env = new ArrayList();
+ for (java.util.Map.Entry entry: System.getenv().entrySet()) {
+ env.add(entry.getKey() + "=" + entry.getValue());
+ }
final ArrayList cmd = new ArrayList();
cmd.add(executablePath);
cmd.addAll(line.getParametersList().getList());

.
choyrim
Rated: noRate
2010-12-20 18:29:14
The plugin's REPL appears to throw ClassNotFoundException if the project path has spaces in it. I assume the classpath construction in the REPL has trouble with spaces in the path.
.
Ilya Sergey
Rated: noRate
2010-12-09 21:19:48
Fixed. Please, check it again.
.
Anonymous
Rated: noRate
2010-12-09 20:55:44
It's surprising that I can't find La Clojure listed in "available plugins" in IDEA 10, though it was there in 9.3 - any pointers how can I install it?
.
Anonymous
Rated: noRate
2010-12-07 13:03:07
Would be great if TODOs worked correctly with clojure files.

Stacktrace links also doesn\'t work if there are identically named files in different packages.

Couldn\'t seem to get debug to step through code either.
.
Anonymous
Rated:
2010-11-29 01:29:09
.
Anonymous
Rated: noRate
2010-11-01 13:17:10
for me clojure 1.2 works ok up to now, after I have replaced the clojure.jar in the /.IntelliJIdea90/config/plugins/clojure-plugin/lib directory with the 1.2.0 clojure jar. The current one is an 1.2.0alpha or so. I found that the plugin's clojure.jar is the very first on the classpath when executing a clojure script /in addition/ to the one in your project. If these versions do not match, many things do not work correctly.
.
Anonymous
Rated: noRate
2010-10-19 15:16:39
Looks like there has been some activity in the repository in September. Any idea when we'll see an update for Clojure 1.2?
.
Anonymous
Rated:
2010-10-18 09:44:48
Did it died?
.
Anonymous
Rated:
2010-10-16 21:23:28
Please update to Clojure 1.2!
.
Anonymous
Rated:
2010-10-15 02:56:50
Please update this plugin!

*Clojure 1.2
*Command buffer for REPL
*REPL History
.
Anonymous
Rated:
2010-10-05 02:02:16
Has this gone dark?
.
Anonymous
Rated:
2010-09-18 12:45:33
Most needed features:
- command history for the REPL
- better support for require and use
- code completion for function names in the REPL
.
Anonymous
Rated:
2010-08-27 11:18:24
As a long time IJ user this is awesome. Please can we get some love :)

- Command buffer in the REPL ?

Thanks !!
.
Anonymous
Rated:
2010-08-26 15:03:20
Good work so far! I'm a bit worried about the lack of updates though.

Would love to see:
- 1.2 support (including protocols)
- JLine support for the REPL
- Go To Declaration for :required :as vars
.
Anonymous
Rated:
2010-07-26 06:15:28
This plugin is good, but there is so much more that could be done. I really hope it gets some attention! :)
.
Anonymous
Rated:
2010-07-22 13:39:36
Plugin looks great.

I just wondered whether there is an update in the works to include Clojure 1.2 (and IDEA 9.0.3)?

Thanks.
.
Anonymous
Rated:
2010-07-02 00:02:08
Overall pretty good. Some issues:

I can\'t seem to \"go to symbol\" for a fn defined in another namespace from another module. The other content is loaded in the IDE. In general if we rename on import, does \"go to symbol\" find functions?

Also, no REPL history? Come on guys, this is great and very close to being awesome. Just a few more features.

.
Anonymous
Rated:
2010-06-08 20:39:35
Yet another bug, I can't open urls!

(.openStream (java.net.URL. "http://www.google.com")) works when using REPL from the windows console, but from the plugin's REPL I get

"java.net.SocketException: Unrecognized Windows Sockets error: 10106: create (NO_SOURCE_FILE:0)"

.
Anonymous
Rated:
2010-06-08 18:45:30
Also found another bug.
After running and printing lots of text in the REPL (several thousand lines), manual input is messed up.
As you type, the cursor lags and does not move until you type the next character, by which time it is out of place etc - Meaning you have to manually move the cursor right after each character you type.
.
Anonymous
Rated:
2010-06-05 12:39:25
Great. But there's a bug.
After loading a swing app into repl (alt+l), when the swing window is closed the repl finishes with exit code 0.

Then the next time I press alt+l, the entire IDE freezes.

So, please fix it to make sure REPL has not "Process finished with exit code 0" when alt+l is pressed.

Also, it would be nice to change REPL history commands (alt+arrows) ato ctrl+arrows as it is more comfortable to type.

Great work!
.
Anonymous
Rated:
2010-05-18 22:27:32
Any features planned for the near future?
.
Anonymous
Rated:
2010-04-28 06:44:50
Woohoo! Thanks for making the update so it works with the latest IntelliJ.
.
Anonymous
Rated: noRate
2010-04-23 20:20:14
Idea hangs on linux since I updated to 0.2.267 and Idea 9.0.2:

home/marcel/.IntelliJIdea90/system/plugins/org.intellij.clojure_8192.zip does not exist for action unzip[/home/marcel/.IntelliJIdea90/system/plugins/org.intellij.clojure_8192.zip, /home/marcel/.IntelliJIdea90/config/plugins]


Any suggestions?
.
Anonymous
Rated: noRate
2010-04-17 23:33:00
This is not available in IC-95.54, Any suggestions on how to install it by hand or when will it be available again?
.
Anonymous
Rated:
2010-03-23 11:00:26
Lovely
.
aria42
Rated:
2010-03-14 20:53:09
Quick suggestions:

1. The classpath for the REPL launched with a project should include its classpath, so that when you load a file it can find the clojure files in your use/require header.

2. The classpath for the REPL should also be configurable to allow for adding interactive dev dependencies such as jline.

If you guys were to remedy these two features, I think I'd stop using emacs+swank and only use intellij for java/scala/clojure dev.
.
Anonymous
Rated:
2010-03-04 11:50:17
great plugin
.
Anonymous
Rated:
2010-02-25 13:40:19
good work!
.
gdjsky01
Rated:
2010-02-13 05:51:54
REPL seems to lock up if parens are mismatched. Is there a work around?
.
Anonymous
Rated:
2010-01-31 23:45:28
Is there a way to get the repl to start with jline?

I tried adding args to the intellij/clojure preferences but didn't see to have any effect.

Thanks,
.
Anonymous
Rated:
2010-01-10 15:34:10
This plugin is working for me without any problems. Some stuff is not supported but you can work around that. This plugin greatly helps me getting productive with Clojure.
Thanks and keep up the great work.
.
Anonymous
Rated: noRate
2010-01-08 04:33:06
I do have clojure.jar attached to my project, and I can't get the REPL to start properly. I've tried defining the clojure Jar file as both a project library and a module library. It's listed in my project tree under "External Libraries" and I can see that class clojure/main does exist. Still, IDEA can't find that class to start the REPL.

I'm using the IDEA Community Edition version #IC-93.13 with the latest La Clojure plugin.
.
Anonymous
Rated: noRate
2010-01-08 04:32:11
I do have clojure.jar attached to my project, and I can't get the REPL to start properly. I've tried defining the clojure Jar file as both a project library and a module library. It's listed in my project tree under "External Libraries" and I can see that class clojure/main does exist. Still, IDEA can't find that class to start the REPL.

I'm using the IDEA Community Edition version #IC-93.13 with the latest La Clojure plugin.
.
Ilya Sergey
Rated: noRate
2010-01-03 03:44:46
Hi!

Try to attach clojure.jar to your project.

Cheers!
Ilya
.
Anonymous
Rated: noRate
2010-01-02 17:13:51
I can't get it to work with 8.14 and 9.0. The REPL never starts up. I always get

java.lang.NoClassDefFoundError: clojure/main
Caused by: java.lang.ClassNotFoundException: clojure.main ....Could not find the main class: clojure.main
.
Anonymous
Rated: noRate
2009-11-29 21:20:50
I can confirm, that latest plugin works again with 90.193, but it is incompatible with now latest community edition 92.65 ...
.
Ilya Sergey
Rated: noRate
2009-11-29 20:02:53
Since IntelliJ IDEA open API is constantly evolving during the development process we try to provide plugins with precise IDEA-compatibility bounds. Recent problems with plugin compatibility were due to compiler API changes and last available Community Edition is built from branch. Now recent changes are backported and plugin build for IC-90.193 is available as well. Sorry for the inconvenience.
.
Anonymous
Rated: noRate
2009-11-28 13:51:12
Is community edition support dropped? I have latest version of community edition, updated plugin today and it stopped working.
.
Anonymous
Rated: noRate
2009-11-27 23:14:26
Can the author comment on why various versions are incompatible? This seems to happen on a regular basis and providing an explanation for the effect might make it easier for people who are interested in this plug-in to understand.
.
Anonymous
Rated: noRate
2009-11-27 18:08:29
Thanks for the quick update, now it really works with 92.65! Great plug-in for the best IDE ever.
.
Ilya Sergey
Rated: noRate
2009-11-27 17:49:43
Plugin build (0.2.175) compatible with IDEA 92.65 is uploaded.
.
Anonymous
Rated: noRate
2009-11-27 17:25:55
And regarding DEV's comment:
>The last plugin builds are supposed to be used with IDEA 9 EAP, which may be taken from
>http://www.jetbrains.net/confluence/display/IDEADEV/Maia+EAP

Installed IDE (9.0 BETA UI-92.65), downloaded the latest plug-in (0.2.173) using the Manager, IDE says it's not compatible. FAIL!
.
Anonymous
Rated: noRate
2009-11-27 17:01:19
Updated my commercial IntellIJ to the latest 8.1.4
Downloaded the plug-in via the manager (0.2.172)
Does not let me to create a new Clojure file (OK button does not react), REPL not working, and none of the features work.
Manually then downloaded the plug-in (0.2.173), same effect.

Downloaded the latest IntellIJ CE (90.193)
Downloaded the plug-in via the manager (0.2.172), red in the list, not compatible!
Manually installed the plug-in (0.2.173). Cant load it, its red in the list, not compatible?

Can you please test before releasing?
.
Anonymous
Rated:
2009-11-27 13:21:11
I was considering to switch over to IntelliJ. I downloaded the community edition of IntelliJ and tried to install this plugin from within Idea.

However, Idea just says the plugin is not compatible. Why does Idea let me download the plugin then? This is completely useless!

So, guess I'll stick with netbeans. Too bad, IntelliJ, you won't find me buying your products.
.
Ilya Sergey
Rated: noRate
2009-11-25 19:37:07
The last plugin builds are supposed to be used with IDEA 9 EAP, which may be taken from http://www.jetbrains.net/confluence/display/IDEADEV/Maia+EAP
Give it a try. :)
.
Anonymous
Rated: noRate
2009-11-25 17:04:31
To all people out there, stop using this stupid plugin, its not working, use Enclojure instead on Netbeans.
.
Anonymous
Rated:
2009-11-25 17:03:14
This is depressing, each time a new version comes out, THE F****** IDE WONT ACCEPT IT.
.
Anonymous
Rated: noRate
2009-11-21 23:41:55
I also tried installing the plugin with the latest 9.0 beta and that failed as well for the same reason.
.
Anonymous
Rated: noRate
2009-11-21 23:23:30
I\'m running Maia-IC-90.193.app and I installed the La Clojure plugin from inside of the IDE. It installed fine but when I try to run it it says \"incompatible\".
.
champton
Rated: noRate
2009-11-20 20:09:01
Update 2: I take it back, after updating the plugin to the latest version (0.2.172) in Windows I can no longer create a new project there either. :P
.
champton
Rated: noRate
2009-11-20 15:26:57
Update: The problem with project creation only seems to be happening on Linux. I don't have this issue on Windows.
.
Anonymous
Rated: noRate
2009-11-18 05:09:04
0.2.171 seems to be incompatible with IU-92.24 ...
.
Anonymous
Rated: noRate
2009-11-15 17:36:23
sorry, got latest plugin work with latest intellij community edition 90.193. i dit not know that that intellij was not latest, apparently there is no notifications about updates like in commercial edition.
.
Anonymous
Rated: noRate
2009-11-15 14:15:15
Latest version 0.2.169 is still incompatible with community edition.
.
Anonymous
Rated: noRate
2009-11-14 22:55:01
I get the same error as Champton, can't even open the new project dialog after installing this plugin
.
champton
Rated:
2009-11-13 17:50:47
After I install the plugin, I can no longer create a new project. Nothing happens. Then if I try again, IDEA throws an exception in the background:

java.lang.Throwable: Extension was already added: com.intellij.javaee.web.facet.WebFacetFrameworkSupportProvider@8be3b3
at com.intellij.openapi.extensions.Extensions$SimpleLogProvider.error(Extensions.java:201)


Never could get the REPL to work. Once I kicked a Clojure script off it would run in the console. The REPL tab just showed a blank panel.

The plugin barely works at all and breaks IDEA (even used a fresh IDEA install to be sure).
.
Anonymous
Rated: noRate
2009-11-12 00:48:20
Is there an estimate when we might see a version that is compatible with IC-90.193?
.
Ilya Sergey
Rated: noRate
2009-11-06 21:59:56
Hi.

We've just uploaded a build for 90.162 (beta).
Sorry for the inconvenience.

Cheers!
Ilya
.
Anonymous
Rated:
2009-11-06 18:57:23
Hi,

I have a problem, I cant get La Clojure plugin work in my IntelliJ IDEA!! I trued versions 0.2.160 and 0.2.158. Both gave "Plugin is incompatible with current IntelliJ IDEA installation". I have the following installation:
- WinXP(32 bit) SP3
- JDK 1.6.0_12
- IntelliJ IDEA (Community edition) IC-90.162

Any suggestion?

Regards,
.
CarlSmotricz
Rated: noRate
2009-11-02 22:12:28
Hi! I just downloaded IDEA (Community, 90.96) and La Clojure specifically to try out the highly recommended Clojure support. I was a bit sad that the latest version plugin (0.2.160?) isn't compatible with IDEA. I was seeing the plugin's name in red and the checkmark wouldn't stay.

Happily, I was encouraged by Ilya's comments to try a slightly earlier version, 0.2.158, and this works.

Maybe this comment will save frustration for other Clojure users.

No rating yet - I'm just starting!

.
Anonymous
Rated: noRate
2009-10-17 15:50:18
Any plans for making this compatible with the new open source Community Edition of IDEA?
.
Anonymous
Rated: noRate
2009-09-30 20:39:40
Heeeeeey...niiiice, so there's so much activity that nobody has time to check this...though the files were not checked into svn since july by now. :-??
.
Anonymous
Rated:
2009-09-22 21:30:53
What is happening with this plugin? What, some research was done and it concluded that it's of no value to the company, at this time?
.
Anonymous
Rated: noRate
2009-07-14 23:41:43
is there a way to link the Ctrl-Q action to the doc for each clojure symbol?
.
Anonymous
Rated:
2009-07-08 15:32:02
To my mind La Clojure is the best available environment for writing in Clojure. The more you use it the more you discover how solidly it's written. For instance, IDEA+LaClojure the only IDE I've found that has any robustness to its automatic compile(+run?) routines based on gen-class directives.
.
Anonymous
Rated:
2009-05-29 00:25:20
Great work! Thanks!
.
Ilya Sergey
Rated: noRate
2009-05-27 16:48:03
It's possible to do if you launch an appropriate REPL, selec a code fragment and hit Alt-S (this keystroke may be reassigned).
BTW, for questions like this you may use our forum:
http://www.jetbrains.net/devnet/community/idea/clojure

With best regards,
Ilya Sergey
.
Anonymous
Rated:
2009-05-27 01:37:03
Is it possible to evaluate a Clojure-Snippet directly in the script file with a single key stroke and to see the result in the output window?

.
Anonymous
Rated:
2009-05-01 23:32:15
effective and neatly done
.
Anonymous
Rated:
2009-05-01 23:21:17
.