Skip to main content



      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 04: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: Thu May 01 13:35:19 EDT 2025

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

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

Back to the top