Community
Participate
Working Groups
With the Property View framework, is it possible to use selection dialogs that can also create new element on demand ? What does this require, specific dialog development ? Configuration of the property view ?
the dialog displaying available references is a standard dialog which comes from the EMF framework. It should be perhaps possible to extend this dialog to add a creation button, which could open a wizard to create a new element. More investigation should be done (not too many private methods, etc..)
This is now possible with the new Property view framework (0.8), for containment references. Other kind of references need a specific implementation (Which is part of the customization process).