| IDEA compatibility Nightly builds and regular builds for IDEA X will no longer will be updated. If you are using IDEA 11 or you want to try plugin for IDEA 11, please visit page Scala Plugin Nightly Builds for Nika. |
For the latest nightly build, please use IDEA build since 107.277 (IDEA X builds).
| 29 Nov 2011 | 1522 | Download |
|
Last IDEA X Plugin Nightly | ||||||
| 24 Nov 2011 | 1517 | Download |
|
Plugin Update | ||||||
| 06 Sep 2011 | 1371 | Download |
|
Plugin Update | ||||||
| 26 May 2011 | 1084 | Download |
|
Plugin Update | ||||||
| 11 Apr 2011 | 820 | Download |
|
Until IDEA 106.396 | ||||||
| 25 Mar 2011 | 735 | Download |
|
Until IDEA 103.* | ||||||
| 24 Feb 2011 | 589 | Download |
|
Plugin Update | ||||||
| 24 Jan 2011 | 472 | Download |
|
IDEA 102.216 version | ||||||
| 17 Jan 2011 | 442 | Download |
|
IDEA 102.149 version | ||||||
| 29 Dec 2010 | 407 | Download |
|
IDEA 10.0.1 version |
Labels:
None

18 Comments
comments.show.hideAug 27, 2010
Dennis Haupt
yay, finally!
Aug 27, 2010
Stefan Endrullis
I would suggest to add the link to the EAP releases of IDEA 10 at the top of this page (as it is the case on http://confluence.jetbrains.net/display/SCA/Scala+Plugin+Nightly+Builds+for+Maia)
Aug 27, 2010
Dennis Haupt
and i found the first bug! thanks to my totally messed up directory structure i can safely say that the plugin gets confused if package != directory. it won't see the imported classes
Aug 27, 2010
Alexander Podkhalyuzin
It's fixed now. Please wait new nightly.
Aug 27, 2010
Dennis Haupt
*waits for nightly*
Mar 01, 2011
Andreas Joseph Krogh
The new type-aware highlighting mentioned here http://confluence.jetbrains.net/display/SCA/Type-aware+highlighting,it seems it isn't aware of implicit conversions, which in that case makes it kind of useless. Is the strategy of not relying on the compiler and implement your own model of the language a wise one? Are there any plans of implementing support for implicit conversions?
Mar 14, 2011
retronym
Implicit conversions are supported, but there are still some bugs.
Please keep reporting them on the the issue tracker. Issues reported with a self contained test case, that doesn't require us to use a bunch of external JAR files, are preferable. We can then spend more time fixing bugs and less time trying to reproduce them.
It's not really possible to directly use scalac to implement the type system while still retaining the power that we get with the IntelliJ PSI program representation. Maybe in the future we can share some parts of the compiler logic, but nothing is planned in the short term.
Mar 14, 2011
Andreas Joseph Krogh
Thank you for a good answer. Will try to file dependency-free bug-reports.
Mar 24, 2011
Taras Tielkes
732 build seems to have binary compatibility problem with IDEA 10.5 EAP: http://youtrack.jetbrains.net/issue/SCL-2952
Mar 30, 2011
Alain O'Dea
All builds later than 737 seem to require a 10.5 EAP. Perhaps the Idea EAP link should go to http://confluence.jetbrains.net/display/IDEADEV/IDEA+10.5+EAP or http://confluence.jetbrains.net/display/SCA/Scala+Plugin+Nightly+Builds+for+IDEA+10.5 should exist.
IDEA 10.5 has some awesome new capabilities and the Scala plug-in is unbelievably good so thank you for all your hard work. It's paying off :)
Apr 06, 2011
Taras Tielkes
Build #0.4.793 is not binary compatible with the latest IDEA 10.5 EAP (#106.396).
Apr 08, 2011
Gordon Tyler
How can I tell which build includes which changes from the commitlog?
May 02, 2011
retronym
Build #961 included a broken inspection: if you see exceptions in 'ChainedPackageInspection', disable this inspection under Settings => Inspections => Scala General => Chained Package Inspection.
Will be fixed in tomorrow's build.
May 03, 2011
Andreas Joseph Krogh
Build #963 breaks compilation (CTRL+F9). IDEA tells me "Please add a scala-facet to the module" even if there are scala-facets to all scala-modules in my (multimodule Maven) project. Reverting back to #961 makes it work again.
Jun 21, 2011
David M. Lee
This page states that Scala 2.8 is required. Is Scala 2.9 supported yet?
Jun 21, 2011
Alexander Podkhalyuzin
It's usable, only we have an issue with added in 2.9 classes for base types, so sometimes you can get strange error like: "expected Float, actual Float". Our plugin sources will be migrated to 2.9 soon.
Best regards,
Alexander Podkhalyuzin.
Jul 08, 2011
Alex Cruise
The "IDEA EAP" link should really point to IDEA 10.5 EAP.
Jul 08, 2011
Alexander Podkhalyuzin
Thank you. That is fixed now.