Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » The "+" popup: how to remove it?
The "+" popup: how to remove it? [message #665928] Mon, 18 April 2011 08:21 Go to next message
Giovanni De Sossi is currently offline Giovanni De SossiFriend
Messages: 161
Registered: October 2009
Location: Rome, Italy
Senior Member

Hi,

in my GMF editor, when I move the mouse over a connection I see an annoying small popup with a "+" sign: which EditPolicyRole I have to uninstall to remove it?

Thanks,

Giovanni
Re: The "+" popup: how to remove it? [message #669518 is a reply to message #665928] Tue, 10 May 2011 14:56 Go to previous message
Elvis  is currently offline Elvis Friend
Messages: 15
Registered: May 2011
Junior Member
just uncomment the code in the method "protected void createDefaultEditPolicies()"

// XXX need an SCR to runtime to have another abstract superclass that would let children add reasonable editpolicies
removeEditPolicy(org.eclipse.gmf.runtime.diagram.ui.editpoli cies.EditPolicyRoles.CONNECTION_HANDLES_ROLE);

Hugs

Elvis
Previous Topic:set Default Color of figures
Next Topic:Loading Resources through Browse Registered Packages
Goto Forum:
  


Current Time: Fri Mar 29 01:43:38 GMT 2024

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

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

Back to the top