Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to place new_context menu item just above the Build Project
How to place new_context menu item just above the Build Project [message #329042] Wed, 11 June 2008 07:11
haribabu mallavelli is currently offline haribabu mallavelliFriend
Messages: 26
Registered: July 2009
Junior Member
Hi,

I am trying to contribute a "FreshBuild" option just above the "Build
Project" in the context menu, I know if we mention menubarPath=buildGroup,
this will place in to build category, I digged into the code but i am
unable to find how to place my option just above or below the "Build
Project" option, can anybody help me.

<extension
point="org.eclipse.ui.popupMenus">
<objectContribution
id="fi.tut.cs.laika.make.objectContribution4"
objectClass="org.eclipse.core.resources.IResource">
<action
class="fi.tut.cs.laika.make.Action4"
id="fi.tut.cs.laika.make.action4"
label="Fresh Build"
menubarPath="buildGroup">
</action>
</objectContribution>
</extension>

Thanks
-Hari
Previous Topic:custom markers never appear in "Problems" view
Next Topic:PropertyTester for org.eclipse.core.runtime.product
Goto Forum:
  


Current Time: Tue Jul 16 12:30:49 GMT 2024

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

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

Back to the top