Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Extension PopupMenu : Add icon to category menu
Extension PopupMenu : Add icon to category menu [message #328652] Fri, 30 May 2008 08:51
Eclipse UserFriend
Originally posted by: sophie.andrieu.xerox.xrce.com

Hello !

I create a plugin with a menu like :
<extension point="org.eclipse.ui.popupMenus">
<objectContribution
id="object.id1"
nameFilter="*.xml"
icon="icons/icon.png"
objectClass="org.eclipse.core.resources.IFile">
<menu
id="menu.id1"
label="My category"
path="menu.submenu">
<separator name="group1"/>
</menu>
....

And I want to add an icon to the category menu...
I know we can add icon to action menu, but I don't know how to add icon to
the category menu ?

Someone has the solution ?

Thanks !

Sophie
Previous Topic:Does jface databinding support treeviewer?
Next Topic:jface databinding: bind radio selection to boolean
Goto Forum:
  


Current Time: Wed Aug 14 15:13:36 GMT 2024

Powered by FUDForum. Page generated in 0.03338 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top