ScalaInterpreterPane is a Swing component for editing Scala code and executing it in an interpreter. The editor component is based on JSyntaxPane. ScalaInterpreterPane is ©opyright 2010 by Hanns Holger Rutz. All rights reserved. It is released under the GNU Lesser General Public License and comes with absolutely no warranties. To contact the author, send an email to contact at sciss.de
ScalaInterpreterPane currently compiles against the Scala 2.8.0. The repository contains a project file for Intellij IDEA 9 CE, and project files for sbt. Standard targets for sbt:
clean
compile
doc
package
To install the dependancy on JSyntaxPane v0.9.5-b29 ( code.google.com/p/jsyntaxpane ), run sbt update
once before compiling.
(Obsolete?) Note that due to an incompatibility between Scala 2.8.0 and sbt 0.7.3, it is not possible to run using sbt run
. Instead, you will need to use the provided shell script run.sh
.
The current version can be downloaded from github.com/Sciss/ScalaInterpreterPane