Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ij-scala-README.creole | 2016-01-06 | 1.8 kB | |
ij-scala-0.3.0_r1307.zip | 2011-10-26 | 19.7 MB | |
ij-scala-README-0.3.0.creole | 2011-10-26 | 736 Bytes | |
Totals: 3 Items | 19.7 MB | 0 |
ij-scala 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
- ij-scala-*-bin.zip - plugin binaries, includes Scala.
- ij-scala-*.jar - plugin binaries, without Scala and other dependencies.
- ij-scala-*-scaladoc.jar - API documentation.
- ij-scala-*-sources.jar - sources. Sources are also available in project's version control.
Installation
- Download ij-scala-*-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 ij-scala_*.jar, scala-*-?.?.?.jar in ij-plugins directory. Delete older ones. Check also subdirectory ij-scala for older versions of the plugin.
- Restart ImageJ
Change Log
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.