- 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 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>
-
Simon Barner authored
* No longer depend on org.conqat.ide.commons.ui.databinding.validate.* * Improve NumberFormat validation * Do not accept if input contains a valid prefix * Provide more precise error message * Do not accept (1000er) grouping separator (in order to avoid confusion with decimal separator * PropertySectionBase * Use updated validators * For BigDecimals, avoid introducing grouping separators during value -> String conversion Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 28, 2018
-
-
Simon Barner authored
* Creates a Text widget (with undo) and adds ControlDecoration * "Label createDecoratedFormText()" retains the previous semantics of these methods, i.e. it wraps the created Text into a form entry Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* Rename singleton instance to NUMBER_VALIDATOR * Use java.text.NumberFormat instead of the one from com.ibm.icu * Disallow using 1000er group separator into to avoid confusions with decimal separator * Accept empty input, as well as leading and trailing spaces Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582
-
Simon Barner authored
* Retain almost all ratings ratings * Exception: AbstractTextCellDatabindingEditingSupport, whose setupFieldAssist() method was removed since * it would have introduced a dependency to another package in base.ui only because is "FieldAssist" class was referenced in the method *comment*. * However, this method is only used very rarely and users of the class setup up their field assist in createCellEditor() instead. Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* setEnabled(false) in createControls() has no effect, i.e. the text can be edited, but the change is not saved in the model. In refresh(), it would have an effect, but would "gray out" the text control * setEditable(false) prevents the user from entering text in the first place. Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 27, 2018
-
-
Simon Barner authored
* Fixes some minor formatting problems that have probably been introduced when merging Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 23, 2018
-
-
Simon Barner authored
* org.conqat.ide.commons.ui.databinding.validate.TextToDoubleValidator also accepted inputs where only a prefix was valid (followed by some garbage) * Local version of TextToDoubleValidator checks if the entire input was parsed. Issue-Ref: 3582 Issue-Url: https://af3-developer.fortiss.org/issues/3582 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 21, 2018
-
-
Simon Barner authored
* PropertySectionBase: Register (non-recursive) EMF notification adapter * NamedCommentedPropertySection: special case due to input "retargeting" Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 20, 2018
-
-
Simon Barner authored
Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 15, 2018
-
-
Simon Barner authored
* Refresh entire property section when combo box is used: Need to complete update derived sections that add additional UI elements * Fix management of enabled state * Add setSelection(): safe programmatic change of combo box value Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
Simon Barner authored
* EReferenceListPropertySectionBase * Introduce ElementListViewerComposite: Reusable Composite that provides a ListViewer & add/remove buttons * Usability improvements: enabled state of buttons, auto-select next element after "remove" operation * Introduce IListPropertySection * To be implemented by classes that want to embed ElementListViewerComposite * Provides interface to data model Issue-Ref: 3470 Issue-Url: https://af3-developer.fortiss.org/issues/3470 Signed-off-by:
Simon Barner <barner@fortiss.org>
-
- Nov 14, 2018
-
-
Hernan Ponce de Leon authored
3474 See merge request !34
-
Hernan Ponce de Leon authored
Issue-Ref: 3474 Signed-off-by:
ponce <ponce@fortiss.org>