Skip to content

ijp-scala-console v.1.4.0

Choose a tag to compare

@jpsacha jpsacha released this 27 Aug 02:12

ijp-scala-console contains Scala Console plugin for ImageJ.
The console enables editing and running Scala
scripts directly from ImageJ. Scripts have full access to ImageJ API and API's of all installed ImageJ plugins.

The plugin installs under ImageJ menu:
Plugins > Scripting > Scala Console

Release Files

  • ijp-scala-console-*-bin.zip - plugin binaries, includes Scala.
  • ijp-scala-console-*.jar - plugin binaries, without Scala and other dependencies.
  • ijp-scala-console-*-scaladoc.jar - API documentation.
  • ijp-scala-console-*-sources.jar - sources.

Installation

  1. Download ijp-scala-console-*-bin.zip
  2. Unzip to ImageJ plugins directory. This should create subdirectory ij-plugins.
    This directory is shared with
    ij-plugins Toolkit plugins.
  3. If you have previous installation of ijp-scala-console make sure that there is only
    single version of each ijp-scala-console_*.jar, scala-*-?.?.?.jar in ij-plugins directory.
    Delete older ones. If there is ij-scala_*.jar, delete it.
    Check also subdirectory ij-scala for older versions of the plugin.
  4. Restart ImageJ

Changes

  • Added support for Scala 2.11.8, 2.12.0-M4, 2.12.0-M5.
  • Binaries name changed from ij-scala to ijp-scala-console
  • Project version control moved to GitHub project ij-plugins/ijp-scala-console
  • binaries published on Sonatype