Closed ctrueden closed 7 years ago
@ctrueden Thank you! Somehow I managed to make the commits disappear from this PR :-( I rebased locally onto current master and then force-pushed, but only after pushing the master. Too bad, but it's merged nonetheless...
This allows them to be discovered simply on the classpath, for easier testing with main methods across various projects. See e.g.
fiji/fiji
'ssc.fiji.Main
class.This PR does not convert from
GenericDialog
to@Parameter
syntax, nor does it purge usage of ImageJ 1.x in general. There are many places which would benefit from that, and in fact we will need to do that eventually so that BDV can become the default viewer for ImageJ2. Probably, this component's commands will actually need to be split up into different components, depending on their intended usage and dependencies.