Separator in plugin's menu list

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Separator in plugin's menu list

Michael Doube
Hi all,

I hope this is an easy question:

How can I get menu separators into my plugin's menu lisiting, using
plugins.config or any other mechanism?

I'd rather have subtle lines separating sets of related menu items than
have to break into another level of sub-menus.

Michael
Reply | Threaded
Open this post in threaded view
|

Re: Separator in plugin's menu list

ctrueden
Hi Michael,

In plugins.config, you can use something like:

Plugins>MyMenu, "-"

As an example, here is the plugins.config we use for the Bio-Formats
plugins:

http://skyking.microscopy.wisc.edu/svn/java/trunk/components/loci-plugins/src/plugins.config

HTH,
Curtis

On Mon, Mar 29, 2010 at 11:29 AM, Michael Doube <[hidden email]>wrote:

> Hi all,
>
> I hope this is an easy question:
>
> How can I get menu separators into my plugin's menu lisiting, using
> plugins.config or any other mechanism?
>
> I'd rather have subtle lines separating sets of related menu items than
> have to break into another level of sub-menus.
>
> Michael
>
Reply | Threaded
Open this post in threaded view
|

Re: Separator in plugin's menu list

Michael Doube
Nice.  Thanks Curtis.

> In plugins.config, you can use something like:
>
> Plugins>MyMenu, "-"