Login  Register

Rewriting a macro as a plugin - tricks and tips welcome

Posted by Emmanuel Levy on Aug 12, 2011; 11:04pm
URL: http://imagej.273.s1.nabble.com/Rewriting-a-macro-as-a-plugin-tricks-and-tips-welcome-tp3683516.html

Hello,

I've been writing a macro that I would like to re-write more properly
as a plugin. I've installed Eclipse and got the "Hello Word" working.
However, I'm not sure what's the best way to proceed further.

For example, my first macro command is:

setBatchMode(true);

And I just couldn't find the call I should use to do that. More than
an answer for this specific command, what is the best way to find the
java methods/attributes associated to macro functions?

Thanks for any hint,

Emmanuel