imagej / imagej-ui-swing

ImageJ UI for Java Swing.
BSD 2-Clause "Simplified" License
10 stars 20 forks source link

Handle ImageJ 1.x plugins in the script editor #7

Closed dscho closed 10 years ago

dscho commented 10 years ago

When running the sources of a PlugIn or a PlugInFilter, we really need to let ImageJ 1.x handle that. To minimize the dependency on ImageJ 1.x, this should be another type of plugin that the imagej-legacy artifact provides.

dscho commented 10 years ago

Progress: @ctrueden provided a handler plugin in the scripting-java component. And he also provided an implementation for use in imagej-legacy which should take care of it. All I have to do now is to test & merge it. ;-)

dscho commented 10 years ago

After some testing, I basically have it working. However, I'll let it sit overnight just in case I missed anything (my mind is very good at working even when I am asleep).

dscho commented 10 years ago

Fixed via scijava/scripting-java's overengineering goodness and imagej/imagej-legacy@94b86c57ebee80b6db14e70aa0e190e25fe903d1.