Hi all together,
I encountered a problem when running and recording an IJ2 command.
So far (at least last time I tested something like that some time ago), recording of IJ2 plugins using the @Parameter
recorded all parameters from the auto generated dialog.
Today, I encountered that this did not work anymore. The recorder records still the run(".......");
part but without the user defined parameters.
Is there anything I am missing or was there any change in how to code the plugin to make it macro recordable?
Potentially, some interested in the issue could test this on any IJ2 plugin to just confirm if it is a global problem or if I have a mistake in my workflow.
Thanks in advance