Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.32 KB

README.textile

File metadata and controls

23 lines (13 loc) · 1.32 KB

ScalaInterpreterPane -- version 0.13 (built 04-may-10) --

statement

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

requirements / installation

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.

download

The current version can be downloaded from github.com/Sciss/ScalaInterpreterPane