Skip to content

A simple Swing wrapper using JSyntaxPane to drive the Scala Language Interpreter

Notifications You must be signed in to change notification settings

Cupola/ScalaInterpreterPane

Repository files navigation

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

About

A simple Swing wrapper using JSyntaxPane to drive the Scala Language Interpreter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published