- Jan 11, 2016
-
-
Florian Hölzl authored
refs 2460
-
Florian Hölzl authored
refs 2460
-
- Jan 08, 2016
-
-
Florian Hölzl authored
refs 2460
-
Florian Hölzl authored
refs 2460
-
Florian Hölzl authored
refs 2460
-
Florian Hölzl authored
refs 2460
-
Florian Hölzl authored
refs 2460
-
Florian Hölzl authored
refs 2460
-
Florian Hölzl authored
refs 2460
-
- Jan 05, 2016
-
-
Florian Hölzl authored
refs 2460
-
Florian Hölzl authored
refs 2460
-
Florian Hölzl authored
Extracted LightWeightLabelProvider into separate class in order to avoid instantiating marker service twice. refs 2461
-
- Jan 04, 2016
-
-
Florian Hölzl authored
Added introspection GUI and made all relevant services implement IIntrospectiveKernelService. Found a bug with marker service (see bug 2461). refs 2460
-
Florian Hölzl authored
refs 2460
-
Florian Hölzl authored
refs 2460
-
- Dec 21, 2015
-
-
Vincent Aravantinos authored
refs 2334
-
- Dec 18, 2015
-
-
Simon Barner authored
-
- Dec 17, 2015
-
-
Simon Barner authored
- bindDoubleValue() and bindPositiveDoubleValue() use the default of a maximum number of three fractional digits to be shown in a String representation of the value - Hence, add variants of that function where a custom maximum number of fractional digits to be shown in a String representation of the value can be specified
-
- Nov 19, 2015
-
-
Johannes Eder authored
refs 2446
-
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
-
- Nov 13, 2015
-
-
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}.
-
- Sep 17, 2015
-
-
Alexander Diewald authored
-
- Sep 02, 2015
-
-
Vincent Aravantinos authored
-
Vincent Aravantinos authored
-
- Aug 24, 2015
-
-
Vincent Aravantinos authored
-
- Jul 02, 2015
-
-
Simon Barner authored
-
Simon Barner authored
-
Simon Barner authored
- Use constants in IPageLayout instead of hard-coded String constants to configure views for StoragePerspective. - Note: ResourceNavigator view is deprecated since Eclipse 3.5! (warning suppressed for now)
-
- Jun 23, 2015
-
-
Simon Barner authored
- Since partClosed() is triggered when any IWorkBenchPart is closed, the current implementation erroneously removes the EditorActivationListener even if any other view but the "Model Elements" view is closed. - Hence, use a different approach and in partActivated() check, if the LibraryView's TreeViewer control is disposed
-
Simon Barner authored
-
Simon Barner authored
- Avoid java.lang.IllegalStateException because EditorActivationListener tries to update the input of LibraryView's TreeViewer widget after it has been closed (disposed)
-
- Jun 02, 2015
-
-
Simon Barner authored
- doCompositorBasedDelete(): Sort list of deletion targets such that object whose eContainer() is not contained in 'targets' are deleted first (e.g., free connectors in hierarchical element models). - This is required to avoid an NPE when the GUI is refreshed while the list of object to be deleted is processed. refs 2231
-
- Jun 01, 2015
-
-
Vincent Aravantinos authored
refs 2262
-
Vincent Aravantinos authored
refs 2304
-
Johannes Eder authored
refs 2304
-
Vincent Aravantinos authored
refs 2196
-
- May 21, 2015
-
-
Georgetta Igna authored
refs 2337
-
Georgetta Igna authored
canPaste is checked inside canPasteInto to forbid pasting stated inside other states selected in the editor. refs 2337
-