Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to Hide import/export function in context menu
How to Hide import/export function in context menu [message #533114] Wed, 12 May 2010 09:52 Go to next message
Mallikarjun  is currently offline Mallikarjun Friend
Messages: 21
Registered: February 2010
Junior Member
Hello,

How to hide import/export function in context menu of Project Explorer, Package Explorer, Navigator...

Sample code using activities, but cannot disable
<extension
point="org.eclipse.ui.activities">
<activityPatternBinding
activityId="com.object.ide.rcp.hide.aptana.ui"
isEqualityPattern="true"
pattern="test/com.test.command1">
</activityPatternBinding>
<category
id="com.test.commands.category"
name="Command 1">
</category>
</extension>

regards,
Arjun.

[Updated on: Wed, 12 May 2010 11:47]

Report message to a moderator

Re: How to Hide import/export function in context menu [message #533208 is a reply to message #533114] Wed, 12 May 2010 14:54 Go to previous messageGo to next message
Francis Upton IV is currently offline Francis Upton IVFriend
Messages: 472
Registered: July 2009
Location: Oakland, CA
Senior Member
I forget the incantation, but this has been answered a few times in the forums before, you should search for it.

Re: How to Hide import/export function in context menu [message #533294 is a reply to message #533208] Thu, 13 May 2010 05:03 Go to previous message
Mallikarjun  is currently offline Mallikarjun Friend
Messages: 21
Registered: February 2010
Junior Member
I am not finding that.

Any help in finding the solution is highly appreciated. Smile
Previous Topic:Retrieve feature plugins
Next Topic:eclipse debugger: current instruction pointer problem.
Goto Forum:
  


Current Time: Wed Apr 24 14:34:54 GMT 2024

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

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

Back to the top