- Feb 18, 2019
-
-
Alexander Diewald authored
* Adds a static method that copies a collection of EObjects and returns a map of all copied elements plus a convenience method that just returns the copies of the input elements. * The new copy method updates references across the given models such that they point to the respective copies, which is not handled by the standard copy operation. The latter only handles references between elements contained in the copied EObject. * Moreover, bi-references are correctly resolved between the elements contained in the given EObjects. Issue-Ref: 3482 Issue-Url: https://af3-developer.fortiss.org/issues/3482 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Feb 14, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3482 Issue-Url: https://af3-developer.fortiss.org/issues/3482 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Jan 31, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3482 Issue-Url: https://af3-developer.fortiss.org/issues/3482 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Jan 21, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3482 Issue-Url: https://af3-developer.fortiss.org/issues/3482 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3482 Issue-Url: https://af3-developer.fortiss.org/issues/3482 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
* Functional-style traversal methods to iterate over parents and children. * Convenience methods to find Nodes by types or (String) ids. Issue-Ref: 3482 Issue-Url: https://af3-developer.fortiss.org/issues/3482 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Alexander Diewald authored
Issue-Ref: 3482 Issue-Url: https://af3-developer.fortiss.org/issues/3482 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Jan 14, 2019
-
-
Hernan Ponce de Leon authored
3598: EcoreUtils::copyToRefMap See merge request !43
-
Alexander Diewald authored
3319: Service Registrations : Handle ambiguity caused by generated EMF "Impl" types See merge request !44
-
- Jan 11, 2019
-
-
Alexander Diewald authored
Issue-Ref: 3319 Issue-Url: https://af3-developer.fortiss.org/issues/3319 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Jan 08, 2019
-
-
Tiziano Munaro authored
Issue-Ref: 3598 Issue-Url: https://af3-developer.fortiss.org/issues/3598 Signed-off-by:
Tiziano Munaro <munaro@fortiss.org>
-
Simon Barner authored
* Method to create a self-contained copy of the given EObject. * It returns a Map that relates each original sub-element (including the given EObject) to the corresponding copy. Issue-Ref: 3598 Issue-Url: https://af3-developer.fortiss.org/issues/3598 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Dec 21, 2018
-
- Dec 20, 2018
-
-
Hernan Ponce de Leon authored
3470 timing model See merge request !39
-
- Dec 17, 2018
-
-
Hernan Ponce de Leon authored
Issue-Ref: 3470 Signed-off-by:
ponce <ponce@fortiss.org>
-
Hernan Ponce de Leon authored
-
Hernan Ponce de Leon authored
3267: Support for multivalued (non-EReference) annotations See merge request !42
- Dec 14, 2018
-
-
Marco Volpe authored
* Just fixed a few comments. Issue-Ref: 3267 Issue-Url: https://af3-developer.fortiss.org/issues/3267 Signed-off-by:
Marco Volpe <volpe@fortiss.org>
-
Marco Volpe authored
Issue-Ref: 3578 Issue-Url: https://af3-developer.fortiss.org/issues/3578 Signed-off-by:
Marco Volpe <volpe@fortiss.org>
-
- Dec 12, 2018
-
-
Simon Barner authored
* For a given EClass "Foo", the map considers the generated interface class "Foo" and the corresponding implementation class "FooImpl" identical. Issue-Ref: 3319 Issue-Url: https://af3-developer.fortiss.org/issues/3319 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Dec 04, 2018
-
-
Alexander Diewald authored
CR: GREEN See merge request !41
-
Alexander Diewald authored
Moved the abstract source editor to tooling base. See merge request !40
-
Alexander Diewald authored
Issue-Ref: 3536 Issue-Url: https://af3-developer.fortiss.org/issues/3536 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Sudeep Kanav authored
Issue-Ref: 3536 Signed-off-by:
Sudeep Kanav <kanav@fortiss.org>
-
Sudeep Kanav authored
Issue-Ref: 3536 Signed-off-by:
Sudeep Kanav <kanav@fortiss.org>
-
Sudeep Kanav authored
Issue-Ref: 3536 Signed-off-by:
Sudeep Kanav <kanav@fortiss.org>
-
Simon Barner authored
* Add new classes * MultiValueAnnotationTextEditingSupport, an editing support that allows for textual editing of multi-value annotation. * MultiValueAnnotationTextEditingDialog, a dialog to that allows to edit multiple values * Adapt * EditingSupportFactory to instantiate MultiValueAnnotationTextEditingSupport instead of throwning an exception about an unsupported case * EStructuralFeatureValueProviderBase to set values using the new method setAnnotationValueFromString(Collection<String>, T) Issue-Ref: 3578 Issue-Url: https://af3-developer.fortiss.org/issues/3578 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* Editing support: IMultiValueAnnotationEditingSupport with base class MultiValueAnnotationEditingSupportBase * currently used in MultiValueAnnotationSelectionEditingSupport * integrates cell editor (whose updateData() has been dropped in favor of the constructor, i.e. a new cell editor is created each time * Dialogs: IMultiValueAnnotationDialog with base class MultiValueAnnotationDialogBase * currently used by MultiValueAnnotationSelectionDialog Issue-Ref: 3267 Issue-Url: https://af3-developer.fortiss.org/issues/3267 Signed-off-by:
Simon Barner <barner@fortiss.org>
- Dec 03, 2018
-
-
Alexander Diewald authored
* Red: Namings in CustomUndoRedoForSourceEditor, SourceEditorBase. * GREEN: annotations. Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
- Nov 30, 2018
-
-
Sudeep Kanav authored
Issue-Ref: 3536 Signed-off-by:
Sudeep Kanav <kanav@fortiss.org>
-
- Nov 29, 2018
-
-
https://git.fortiss.org/af3/kernel.gitSimon Barner authored
3470-timing_model Conflicts: org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/extension/base/.ratings org.fortiss.tooling.kernel.ui/src/org/fortiss/tooling/kernel/ui/internal/properties/.ratings Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Alexander Diewald authored
Double input format validation: check if the entire string was parsed See merge request !38
-
Alexander Diewald authored
Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582 Signed-off-by:
Alexander Diewald <diewald@fortiss.org>
-
Simon Barner authored
* Fixes a problem introduced in during the synchronization of the selection of the model editor and the model navigator (in #3084) Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-