Scala IDE 2.0 Released
scala-ide.org
Scala IDE 2.0 Released
1–10 of 11 posts
Re: Scala IDE 2.0 Released
#2If there's a feature you'd like to see in a future release, you can suggest it here: https://groups.google.com/forum/?hl=en#!forum/scala-ide-dev
Re: Scala IDE 2.0 Released
#3Congrats to the scala community and the team that worked on this. If there's a feature you'd like to see in a future release, you can suggest it here: https://groups.google.com/forum/?hl=en#!forum/scala-ide-dev
Finally IntelliJ Scala got a serious competitor.
The features in the video look great, hopefully they also work like that in practice!
Re: Scala IDE 2.0 Released
#4But part of the post (supporting 3 different versions Scala versions, with different IDE branches for each and the combinatorial result) resonated with me and reminded me of the recent (?) article about the inability of mixing libraries compiled with different versions of Scala.
If someone from the team is here: How hard is this problem affecting the IDE project?
Re: Scala IDE 2.0 Released
#5Re: Scala IDE 2.0 Released
#6IntelliJ IDEA FTW!
Re: Scala IDE 2.0 Released
#7Looks great and tooling might be a reason for me to try to pick up Scala again. But part of the post (supporting 3 different versions Scala versions, with different IDE branches for each and the combinatorial result) resonated with me and reminded me of the recent (?) article about the inability of mixing libraries compiled with different versions of Scala. If someone from the team is here: How hard is this problem a…
The compatibility problem is a different one: Unlike almost everybody else, Scala IDE uses the standard Scala compiler in presentation mode. That compiler has undergone changes from 2.8 to 2.9 to trunk. The IDE needs to work with all three versions.
Re: Scala IDE 2.0 Released
#8Looks great and tooling might be a reason for me to try to pick up Scala again. But part of the post (supporting 3 different versions Scala versions, with different IDE branches for each and the combinatorial result) resonated with me and reminded me of the recent (?) article about the inability of mixing libraries compiled with different versions of Scala. If someone from the team is here: How hard is this problem a…
The problem affects us not at all, as we build from source. The compatibility problem is a different one: Unlike almost everybody else, Scala IDE uses the standard Scala compiler in presentation mode. That compiler has undergone changes from 2.8 to 2.9 to trunk. The IDE needs to work with all three versions.
Re: Scala IDE 2.0 Released
#9Earlier quoted context omitted.
The problem affects us not at all, as we build from source. The compatibility problem is a different one: Unlike almost everybody else, Scala IDE uses the standard Scala compiler in presentation mode. That compiler has undergone changes from 2.8 to 2.9 to trunk. The IDE needs to work with all three versions.
What's "presentation mode"?
This fixes the problems usually occurring when people have to re-implement type checkers/compilers, see for example the problems when Eclipse's Java stuff disagrees with javac or ecj creates different bytecode and breaks assumptions of other tools.
Re: Scala IDE 2.0 Released
#10IntelliJ IDEA FTW!
I think it's great they're making the kinds of improvements the community has been asking for. Then again, I too read that list and thought "isn't that what I take for granted in IntelliJ?"