Sunday, September 12, 2010

Installing Textmate Support For Scala

To install a scala bundle for Textmate you can use the Scala Bazaar System.

The sbaz binary is located in $SCALA_HOME/bin.
> sbaz install scala-tool-support
planning to install: scala-tool-support/2.8.0.final
Installing...

This downloads several scala-tools to $SCALA_HOME/misc. In particular it creates the folder
$SCALA_HOME/misc/scala-tool-support/textmate/Bundles/.

To install the scala-bundle simply unzip Scala.tmbundle.zip:

>unzip Scala.tmbundle.zip

Then doubleclick Scala.tmbundle. Thats all!

No comments:

Post a Comment