- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
ENSIME 0.9.2 RC1 (for Scala 2.9 and Scala 2.8) now available
Mon, 2011-12-26, 11:23
Happy Holidays!
The new release candidate is available here: https://github.com/aemoncannon/ensime/downloads
The biggest change in this release is that sbt users can(and should)
now generate their .ensime project files using the ensime-sbt-command.
The manual explains how to get started: http://aemon.com/file_dump/ensime_manual.html#tth_sEc3.1.1
I'm hoping this plugin-based approach will be much more reliable for
users. For development of ENSIME, it'll be nice to decouple the server
from sbt's release cycle.
The ensime-sbt-command is being developed at https://github.com/aemoncannon/ensime-sbt-cmd.
It's currently being built against sbt 0.11.[0,1,2] and published to
scala-tools.org (snapshot repository).
In addition, for those interested in integrating with ENSIME, the
manual now includes documentation for all events, RPC calls, and
datastructures used in the ENSIME API: http://aemon.com/file_dump/ensime_manual.html#tth_sEcC.2
Please let us know about issues at: https://github.com/aemoncannon/ensime/issues
Cheers!
Aemon