Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Problem displaying menu's in Eclipse 3.5(Something changed in new Eclipse Update... HELP !)
Problem displaying menu's in Eclipse 3.5 [message #496531] Tue, 10 November 2009 13:08
Johan Drenthen is currently offline Johan DrenthenFriend
Messages: 3
Registered: July 2009
Junior Member
I've been working on a project in previous versions of Eclipse (3.4.1 and before). Here I use the
" org.eclipse.gmf.runtime.common.ui.services.action.contributi onItemProviders " extension to add options (validate/add primitive to a model) when right-clicking at a umlcomp model.

I build a java-file extending the AbstractContributionItemProvider and use the following code to build menu's:

MenuManager menuManager = new MenuManager("Validate Primitives with Profile");
MenuBuilder builder = new MenuBuilder(partDescriptor);


Now this works fine in the eclipse versions 3.4.1 and before. But after loading the plugin into Eclipse 3.5.0 the menu´s are not displayed anymore.

Anyone can help me on this subject ?
Previous Topic:Labels appear like "cut" and with no "..."
Next Topic:gmf discussion
Goto Forum:
  


Current Time: Tue Apr 23 07:43:21 GMT 2024

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

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

Back to the top