Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ijp-scala-console-1.4.0-bin.zip | 2016-08-27 | 25.6 MB | |
ijp-scala-console_2.11-1.4.0.jar | 2016-08-27 | 144.3 kB | |
ijp-scala-console_2.11-1.4.0-sources.jar | 2016-08-27 | 56.5 kB | |
ijp-scala-console_2.11-1.4.0-javadoc.jar | 2016-08-27 | 431.6 kB | |
Totals: 4 Items | 26.2 MB | 0 |
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. Sources are also available in GitHub ij-plugins/ijp-scala-console.
Installation
- Download ijp-scala-console-*-bin.zip
- Unzip to ImageJ plugins directory. This should create subdirectory ij-plugins. This directory is shared with ij-plugins Toolkit plugins.
- If you have previous installation of ij-scala 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.
- Restart ImageJ
Change Log
v.1.4.0
- Added support for Scala 2.11.8 (binaries), 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
v.1.1.3
- Enhancement: Use Scala 2.11 as default, update dependencies.
- Bug: Resource paths with ".." cause problems with some classloaders.
- Internal: Project changes to make better use of SBT
v.1.1.0
- Correct font in the Console.
- Add missing scroll pane to the output area.
- Update Scala to 2.9.3.
- Add ability to set scala script as an argument to the plugin (run(arg: String)).
- Upgrade RSyntaxArea library to v.2.0.6.