You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blog/_posts/2012-07-17-state-of-helium.md
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ like [semantic highlighting][semantic], [implicit highlighting][implicit], a [Sc
14
14
The reactions were overwhelmingly positive, with more than 4000 downloads until now!
15
15
16
16
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
18
18
keeping the IDE aligned with Scala development has proven to be both essential and time consuming.
19
19
As time passed it became clear that some of our plans
20
20
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
28
28
is still a moving target, and it won't stabilize before 2.10.0 is out. Any effort to target both would be
29
29
doomed to fail.
30
30
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
35
37
nothing to gain by delaying it further, and forcing people into the difficult choice of using milestones or waiting.
36
38
37
39
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
44
46
45
47
For a more detailed picture, have a look at the updated [Roadmap][roadmap] document.
46
48
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!
0 commit comments