Community
Participate
Working Groups
Erstellt man matrix auf anderer Weise (s. Screenshot), kommt es zu editor error
Created attachment 207667 [details] Screenshot of matrix model
The editor crashes if I add a double attribute with multiplicty greater than one to my model and open the corresponding entity
Created attachment 216349 [details] Patch for Bugfix #365102 I would like to contribute by providing this patch, which fixes the bug. In this patch, I have added two classes (DoubleAttributeControl and DoubleMultiAttributeControl) and added an extension (org.eclipse.emf.ecp.editor.multidoublecontrol) to handle fields with multiple double attributes.
multi controls were refactored and use the single controls as embedded controls.