Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse menu hiding using plugin
Eclipse menu hiding using plugin [message #1547286] Mon, 05 January 2015 10:38
Shabeer K is currently offline Shabeer KFriend
Messages: 1
Registered: January 2015
Junior Member
Hi team,

I am working in customizing eclipse (4.3) by hiding some menu items like "Run", "Project" from the same .

I know that we can customize eclipse using "customize perspective". But as this will save the changes in workspace, we cannot use this method.

The other method is hiding menu items by implementing a plugin.

I have two queries:

1) Is there a way that "customize perspective" changes can be copied to the eclipse installation folder and the changes will be reflected for all the users if we distribute the same.

2) If above method is not possible, we will be implementing a plugin for the requirement.

So in plugin.xml file we are thinking to keep an extension point with an implementation class like below,

<extension point="?">
<implementation class=""/>;
</extension>

Please anyone let me know the proper extension point and the exact implementation class which I can use in the plugin.

Thanks in advance!
Regards,
Shabeer
Previous Topic:@NonNullByDefault Questions
Next Topic:virtual java eclipse
Goto Forum:
  


Current Time: Tue Apr 23 17:13:55 GMT 2024

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

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

Back to the top