Scala Plugin Nightly Builds for IDEA X

Skip to end of metadata
Go to start of metadata
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
Your Rating: Results: BrokenPartially brokenWorksStableNo problems at all 10 rates
Last IDEA X Plugin Nightly
24 Nov 2011 1517 Download
Your Rating: Results: BrokenPartially brokenWorksStableNo problems at all 8 rates
Plugin Update
06 Sep 2011 1371 Download
Your Rating: Results: BrokenPartially brokenWorksStableNo problems at all 8 rates
Plugin Update
26 May 2011 1084 Download
Your Rating: Results: BrokenPartially brokenWorksStableNo problems at all 14 rates
Plugin Update
11 Apr 2011 820 Download
Your Rating: Results: BrokenPartially brokenWorksStableNo problems at all 13 rates
Until IDEA 106.396
25 Mar 2011 735 Download
Your Rating: Results: BrokenPartially brokenWorksStableNo problems at all 11 rates
Until IDEA 103.*
24 Feb 2011 589 Download
Your Rating: Results: BrokenPartially brokenWorksStableNo problems at all 10 rates
Plugin Update
24 Jan 2011 472 Download
Your Rating: Results: BrokenPartially brokenWorksStableNo problems at all 11 rates
IDEA 102.216 version
17 Jan 2011 442 Download
Your Rating: Results: BrokenPartially brokenWorksStableNo problems at all 13 rates
IDEA 102.149 version
29 Dec 2010 407 Download
Your Rating: Results: BrokenPartially brokenWorksStableNo problems at all 13 rates
IDEA 10.0.1 version
Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Aug 27, 2010

    yay, finally!

  2. Aug 27, 2010

    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)

  3. Aug 27, 2010

    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

    1. Aug 27, 2010

      It's fixed now. Please wait new nightly.

      1. Aug 27, 2010

        *waits for nightly*

  4. Mar 01, 2011

    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?

    1. Mar 14, 2011

      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.

      1. Mar 14, 2011

        Thank you for a good answer. Will try to file  dependency-free bug-reports.

  5. Mar 24, 2011

    732 build seems to have binary compatibility problem with IDEA 10.5 EAP: http://youtrack.jetbrains.net/issue/SCL-2952

  6. Mar 30, 2011

    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 :)

  7. Apr 06, 2011

    Build #0.4.793 is not binary compatible with the latest IDEA 10.5 EAP (#106.396).

  8. Apr 08, 2011

    How can I tell which build includes which changes from the commitlog?

  9. May 02, 2011

    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.

  10. May 03, 2011

    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.

  11. Jun 21, 2011

    This page states that Scala 2.8 is required.  Is Scala 2.9 supported yet?

    1. Jun 21, 2011

      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.

  12. Jul 08, 2011

    The "IDEA EAP" link should really point to IDEA 10.5 EAP.

    1. Jul 08, 2011

      Thank you. That is fixed now.