Skip to content

Commit 61ac3f5

Browse files
committed
More links.
1 parent 09302dd commit 61ac3f5

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

blog/_posts/2012-07-17-state-of-helium.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ like [semantic highlighting][semantic], [implicit highlighting][implicit], a [Sc
1414
The reactions were overwhelmingly positive, with more than 4000 downloads until now!
1515

1616
We've continued working towards Milestone 2, and we've been following closely the development of Scala 2.10.0.
17-
The next release of Scala will be a major update (macros and reflection, plus a new pattern matcher!), and
17+
The next release of Scala will be a major update (macros and reflection, plus a new pattern matcher, just to name a few!), and
1818
keeping the IDE aligned with Scala development has proven to be both essential and time consuming.
1919
As time passed it became clear that some of our plans
2020
won't be possible while staying compatible with 2.9, so today we're re-evaluating our roadmap and
@@ -28,10 +28,12 @@ from the 2.10 compiler, and shoving them both under the same API is too difficul
2828
is still a moving target, and it won't stabilize before 2.10.0 is out. Any effort to target both would be
2929
doomed to fail.
3030

31-
Today we decide to move the model (and the dependent `Outline` view) to the next major IDE release.
32-
Also, Milestone 2 is the last milestone, and we
33-
will work towards a final release with the aim to go in RC-mode when Scala 2.10.0 is released. The amount of
34-
new features (better Scala debugger, Find References, Implicit Hyperlinking, Type of Selection, 2.10 support, Source generators) already warrants a true, stable, IDE release, with the usual quality guarantees. There is
31+
We decided to move the model (and the dependent `Outline` view) to the next major IDE release, as trying to
32+
do it now would jeopardize quality and delay the good things we have even more.
33+
In addition, Milestone 2 is the **last milestone** in Helium, and we
34+
will work towards a **final release** with the aim to go in RC-mode when Scala 2.10.0 is released. The amount of
35+
new features (better [Scala debugger][debugger], Find References,[ Implicit Hyperlinking][implicit-hyperlinking],
36+
[Type of Selection][show-type], 2.10 support, [Source generators][source-gen]) already warrants a true, stable, IDE release, with the usual quality guarantees. There is
3537
nothing to gain by delaying it further, and forcing people into the difficult choice of using milestones or waiting.
3638

3739
As planned, Helium will target both 2.9 and 2.10.
@@ -44,11 +46,19 @@ As we get closer to the release, we'll define milestones and more fine-grained g
4446

4547
For a more detailed picture, have a look at the updated [Roadmap][roadmap] document.
4648

49+
# Stay tuned
50+
51+
The Scala IDE eco-system is growing, and we'll soon be able to show what other have been building on top of the Scala IDE in an integrated update site!
52+
4753
[scala]: http://www.scala-lang.org/
4854
[release-notes-m1]: /blog/release-notes-2.1-Milestone-1.html
4955
[changelog-scala-m5]: http://www.scala-lang.org/node/12735
5056
[roadmap]: http://scala-ide.org/docs/dev/roadmap.html
5157
[semantic]: http://scala-ide.org/docs/helium/features/semantic-highlighting/index.html
5258
[implicit]: http://scala-ide.org/docs/helium/features/implicit-highlighting/index.html
5359
[debugger]: http://scala-ide.org/docs/helium/features/scaladebugger/index.html
54-
[new-refactorings]: http://scala-ide.org/docs/helium/index.html
60+
[new-refactorings]: http://scala-ide.org/docs/helium/index.html
61+
[debugger]: http://scala-ide.org/docs/helium/features/scaladebugger/index.html
62+
[implicit-hyperlinking]: http://scala-ide.org/docs/helium/features/implicit-hyperlinking/index.html
63+
[show-type]: http://scala-ide.org/docs/helium/features/show-type.html
64+
[source-gen]: http://scala-ide.org/docs/helium/features/source-generators/index.html

0 commit comments

Comments
 (0)