Add separator to HelpMenu

Answered

Hi there,

i am adding a single action entry for my plugin to the HelpMenu (as this is only one entry, adding a group for it doesn't seem to make sense).

Is there a way to add a separator before my entry, without putting the entry into a group?
Or can a group be configured to not add a sub-menu popup, but have its actions listed directly within the parent menu?

thanks in advance for any hints on this,

Kay

0
2 comments
<group id="myGroupId">
<separator/>
<action class="..." id="actionId"/>
<separator/>
<add-to-group group-id="HelpMenu" anchor="last"/>
</group>
0

Works perfectly! Thanks (once again) Yann :-)

0

Please sign in to leave a comment.