How to place new_context menu item just above the Build Project [message #329042] |
Wed, 11 June 2008 07:11 |
haribabu mallavelli 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
|
|
|
Powered by
FUDForum. Page generated in 0.02683 seconds