This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Eclipse IDE for Scala beta11 for Scala 2.9 and 2.8 is out

2 replies
Eclipse Scala IDE
Joined: 2011-07-21,
User offline. Last seen 42 years 45 weeks ago.

We are happy to announce that the beta11 release of the Eclipse IDE for Scala is ready for download! This release comes in two flavors: the 2.9.2-SNAPSHOT version, and the 2.8.3-SNAPSHOT version.

The 2.8 compiler shipped with this version of the plugin is based on the development branch of 2.8.3, and is fully binary compatible with both 2.8.2 and 2.8.1. It contains the same improvements to the presentation compiler as the 2.9 version, and a number of bug fixes related to Java signatures. Also note that the 2.9.2-SNAPSHOT compiler shipped with this version of the plugin is fully binary compatile with both 2.9.1 and 2.9.0-1.

What's new:

  • Added completion proposals for any type from the classpath in the Scala editor, with automatic imports.
  • Several fixes to improve interoperability of mixed Scala/Java project (#1000594, #1000568, #1000524 and #1000586).
  • Fixes in the SBT builder regarding passing compiler options, continuations support and classpath resolution (#1000605, #1000617).
  • SBT builder is the default builder.
  • Fixed Toggle Comment and Indentation for multi line string (#1000618).
  • Fixed problem when trying to put line breakpoint in object private method (#3271).

A list of fixed tickets for this release is available here:

http://scala-ide-portfolio.assembla.com/spaces/ae55a-oWSr36hpeJe5avMc/tickets/report/u81013

You can install the new release by pointing Eclipse to the following update site:

Other releases can be found at:

http://download.scala-ide.org

Both plugins are ensured to work with Eclipse 3.6 (Helios), which is currently the officially supported Eclipse platform for the Scala IDE. Support for Eclipse 3.7 (Indigo) is experimental.


Happy Scala coding!
-- The Eclipse Scala IDE Team
anli 2
Joined: 2011-05-18,
User offline. Last seen 42 years 45 weeks ago.
Re: Eclipse IDE for Scala beta11 for Scala 2.9 and 2.8 is out
I have sbt project with internal aggregated subprojects: root project contains MyBuilder.scala config file only with all aggregated pojects' definitions (internal projects' subdirs, deps, run clarifications and so on). Can I import such sbt project into Eclipse? Or in another words, is there a place (href) tracking current Eclipse Scala plugin level wrt sbt integration?
Ismael Juma 2
Joined: 2011-01-22,
User offline. Last seen 42 years 45 weeks ago.
Re: Re: Eclipse IDE for Scala beta11 for Scala 2.9 and 2.8 is o

On Fri, Oct 7, 2011 at 12:57 AM, anli wrote:
> I have sbt project with internal aggregated subprojects: root project
> contains MyBuilder.scala config file only with all aggregated pojects'
> definitions (internal projects' subdirs, deps, run clarifications and so
> on). Can I import such sbt project into Eclipse? Or in another words, is
> there a place (href) tracking current Eclipse Scala plugin level wrt sbt
> integration?

Yes, but see the following for details:

https://github.com/typesafehub/sbteclipse/issues/41

Best,
Ismael

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland