Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » ***Urgent***Need a separator to objectContribution(***Urgent***Need a separator to objectContribution)
***Urgent***Need a separator to objectContribution [message #530299] Thu, 29 April 2010 09:15 Go to next message
Mallikarjun  is currently offline Mallikarjun Friend
Messages: 21
Registered: February 2010
Junior Member
Hello,

I need a separator to the objectContribution. I am finding for menu, but not for objectContribution. On right click for a object, i need a separator where I can group all the Actions.

<objectContribution
objectClass="org.eclipse.core.resources.IResource"
id="settings">
<filter
name="Nature"
value="ProjectNature"/>
<action
class="ActionDelegate"
icon="icons"
id="Delegate"
label="Settings"
menubarPath="MenuGroupMarker">
</action>
</objectContribution>

Any help would be highly appreciated!!

Thank you,
Mallikarjun.

[Updated on: Thu, 29 April 2010 10:13]

Report message to a moderator

Re: ***Urgent***Need a separator to objectContribution [message #530373 is a reply to message #530299] Thu, 29 April 2010 14:15 Go to previous message
Curtis Windatt is currently offline Curtis WindattFriend
Messages: 166
Registered: July 2009
Senior Member
Do not mark messages to the forum urgent. It is annoying and will not help you get help any faster.

PDE does not provide support for menu contributions. They are provided by Platform UI.
Previous Topic:Plugin with graphic editor like the one for MANIFEST.MF of many plugins
Next Topic:***Urgent***Need a separator to objectContribution
Goto Forum:
  


Current Time: Thu Apr 25 00:54:10 GMT 2024

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

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

Back to the top