Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Need old popup properties behavior
Need old popup properties behavior [message #501351] Tue, 01 December 2009 22:30
Peter Moogk is currently offline Peter MoogkFriend
Messages: 15
Registered: July 2009
Junior Member
In have a GMF editor that contains a predefined popup item for properties. In older versions of GMF the user could right click on an item in the editor and select the "properties" entry. This would open the properties view if it wasn't already open. With the current version of GMF selecting this properties item brings up a quasi dialog to allow the user to change properties instead of opening the properties view. Setting properties via this quasi dialog is causing a lot of problems with our GMF editor. Therefore, I'm trying to find a way to get GMF to perform the old behavior. Specifically, I would like the the properties view opened when the user selects the "Properties" item. Is there some flag that I can set in GMF to get the old behavior? Thanks!

 
        <popupContribution>
    		<popupPredefinedItem
       			 id="properties"
      			 remove="true"/>
       </popupContribution>

Previous Topic:Add a SubElement to an new created Element
Next Topic:DnD between multiple GMF Editors [different ecore-models]
Goto Forum:
  


Current Time: Thu Apr 25 03:31:46 GMT 2024

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

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

Back to the top