Re: macro set in plugin folder, possible?
Posted by Gabriel Landini on Sep 30, 2009; 10:23am
URL: http://imagej.273.s1.nabble.com/Re-macro-set-in-plugin-folder-possible-tp3690970p3690973.html
On Wednesday 30 September 2009 11:14:19 Bruno Jesus wrote:
> Thanks for the info. The startupmacro solution works fine and that's
> the option that I had already gotten to work. My only problem is that
> I find the place where the macros are shown to be a bit hidden and I
> would like to give them a stand alone menu. For what I understand now
> it is not possible to that with a macro set?
>
> Would converting my macro set to a plugin do the trick? i.e. be able
> to present my macro set in its individual menu?
At the moment I think that we cannot put macros or .js scripts in the main
menu categories (other than in Plugins), but:
You could put your macros in an Action Bar (search the IJ site).
Or you could separate the macros into single files and put a "_" in the name
so they appear in the Plugins entries.
Or you could open the Control Panel and run the macros from there.
There might be some other way, not sure if ToolSets (the red >> button) was
mentioned earlier.
Cheers,
G.