- Dec 09, 2015
-
-
Simon Barner authored
- Update columnWidthCache in ControlListener. There, getWidth() seems to always return the true width, and hence the workaround from the last commit is no longer needed (and the width is cached in all cases). refs 2424
-
- Dec 08, 2015
-
-
Simon Barner authored
refs 2424
-
Florian Hölzl authored
refs 2454
-
Florian Hölzl authored
refs 2454
-
Florian Hölzl authored
refs 2454
-
Simon Barner authored
-
- Dec 07, 2015
-
-
Johannes Eder authored
refs 2446
-
Johannes Eder authored
refs 2446
-
- Dec 04, 2015
-
-
Johannes Eder authored
new factorised gef editor base class refs 2446
-
- Dec 03, 2015
-
-
Johannes Eder authored
refs 2446
-
- Dec 01, 2015
-
-
Johannes Eder authored
refs 2446
-
Johannes Eder authored
refs 2446
-
Johannes Eder authored
refs 2446
-
Johannes Eder authored
layout information accessible via singleton interface refs 2446
-
- Nov 30, 2015
-
-
Johannes Eder authored
working sub diagrams refs 2446
-
Johannes Eder authored
refs 2446
-
- Nov 26, 2015
-
-
Johannes Eder authored
refs 2446
-
Simon Barner authored
- Add and register {@link RemoveDuplicatedAnnotationsMigrationProvider} that removes duplicated {@link IAnnotatedSpecification}s from a model. These have been observed for a couple of models and might indicate an internal problem.
-
Johannes Eder authored
refs 2446
-
Simon Barner authored
- Consider both text and image contents in the MeasureItem and PaintItem Listener installed in addRowHeightListener() - Improve documentation refs 2450
-
Simon Barner authored
-
Simon Barner authored
- Add MigrationUtils: Utility methods for implementation of drop-in replacement migrations of (sub-types of) types defined in org.fortiss.tooling.base.
-
- Nov 25, 2015
-
-
Johannes Eder authored
refs 2446
-
Johannes Eder authored
refs 2446
-
- Nov 24, 2015
-
-
Vincent Aravantinos authored
refs 2352
-
Simon Barner authored
refs 2450
-
Simon Barner authored
-
- Nov 23, 2015
-
-
Simon Barner authored
refs 2449
-
- Nov 20, 2015
-
-
Simon Barner authored
- Make update(IModelElement modelElement) more robust by tolerating null input which might occur during model modifications refs 2289
-
- Nov 19, 2015
-
-
Johannes Eder authored
refs 2446
-
Simon Barner authored
-
Simon Barner authored
- Remove deprecated method KernelModelElementUtils.getParentElement(EObject, Class). Use KernelModelElementUtils.getParentElement(EObject, Class, boolean) instead.
-
Simon Barner authored
- Missing @Override - Missing /** {@inheritDoc} */ - Spurious ; - Spurious @SuppressWarnings("unchecked") - Spurious casts - Spurious imports
-
Vincent Aravantinos authored
-
- Nov 13, 2015
-
-
Simon Barner authored
-
Simon Barner authored
-
Simon Barner authored
Move DreamsPlatformUtils.{disableNotificationsOf(), enableNotificationsOf(), setNotificationsOf()} to EcoreUtils
-
Simon Barner authored
- Use generics for both the element for which the properties section is defined, as well as the target type of the EReference manipulated by this EReferencePropertySectionBase - Disable ComboBox if the set of possible values is empty
-
Simon Barner authored
- Add EReferencePropertySectionBase, a base class for a property section that allows to set an {@link EReference} using a {@link ComboViewer}.
-
Simon Barner authored
- Add computeFullyQualifiedName(INamedElement element, boolean includeTopLevel) that allows to skip the top-level of a name (the FileProject in AF3) - The behavior of computeFullyQualifiedName(INamedElement element) is preserved to include the name of the top-level element - Change implementation of computeFullyQualifiedName() and computeRelativeName() to use the a StringBuilder and the prependName() helper method
-