Skip to content

Commit 090d67b

Browse files
committed
Merge pull request #47 from scala-ide/staging/release-4.0.0-m1_2.11.0-M7
Update for 4.0.0-m1 on 2.11.0-M7
2 parents b225732 + 89fe2cf commit 090d67b

File tree

2 files changed

+32
-8
lines changed

2 files changed

+32
-8
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

download/milestone.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,7 @@ The first milestone has a few improvements and new features, but this is mainly
2020

2121
{% include download-box.txt %}
2222

23-
24-
## Scala 2.11.0-M5
25-
26-
The latest published version for Scala 2.11 is a build of the upcoming Scala IDE 4.0.0 release with Scala 2.11.0-M5.
27-
28-
### For Eclipse Juno (4.2) and Kepler (4.3)
29-
#### Requirements
30-
{% include requirements-juno-kepler.txt %}
23+
### For Scala 2.11.0-M7
3124

3225
{% assign divId = 'download-211-juno' %}
3326
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/e38/scala211/dev' %}

0 commit comments

Comments
 (0)