Skip to content

Commit 89fe2cf

Browse files
author
Luc Bourlier
committed
2.11.0-M7 blog post
1 parent 6f9246d commit 89fe2cf

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: blog
3+
title: Scala IDE 4.0.0-M1 on Scala 2.11.0-M7
4+
author: Scala IDE team
5+
disqus: false
6+
---
7+
8+
As usual, we are happy to join the announcement of Scala 2.11.0-M7, the latest milestone from the Scala team, with a rebuild of Scala IDE 4.0.0-M1, our own latest milestone.
9+
10+
## Improvements
11+
12+
The Scala IDE code itself is the one for milestone 1, but we did some work on parts of the compiler used by the IDE. This results in small improvements, like in hyperlinking ([SI-7915]) or completion ([SI-7280]).
13+
14+
The complete list of changes is available in the [Scala announcement][scala-changelog].
15+
16+
Other fixes like these are in the work, and will become available as new versions of Scala are released. And for the impatient, our [nightlies] always contain the latest fixes, as they are merged.
17+
18+
## Plugins
19+
20+
Living on the bleeding edge doesn't mean loosing all confront. New builds of the Scala worksheet and Scala search, compatible with the new release, are available. And they also take advantage of some of the improvements.
21+
22+
## Installation
23+
24+
This release is available for both Eclipse Juno (4.2) and Kepler (4.3) using the following update-site: [http://download.scala-ide.org/sdk/e38/scala211/dev/site/](http://download.scala-ide.org/sdk/e38/scala211/dev/site/).
25+
26+
Happy Scala coding!
27+
28+
[SI-7915]: https://issues.scala-lang.org/browse/SI-7915
29+
[SI-7280]: https://issues.scala-lang.org/browse/SI-7280
30+
[scala-changelog]: http://scala-lang.org/news/2013/09/28/release-notes-v2.11.0-M5.html
31+
[nightlies]: /download/nightly.html

0 commit comments

Comments
 (0)