- Jan 04, 2016
-
-
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
-
Georgetta Igna authored
disabled Delete when trying to delete the background of the editor. refs 2202
-
- Apr 30, 2015
-
-
Simon Barner authored
- Delete also resources that contain references to the resource managed by the kernel (e.g., the AF3 project) refs 2309
-
- Mar 31, 2015
-
-
Vincent Aravantinos authored
-
- Mar 27, 2015
-
-
Vincent Aravantinos authored
refs 2122
-
- Mar 16, 2015
-
-
Simon Barner authored
- GSNPositionedEditPartBase*: Avoid code duplication by pushing refreshDecorationFigure() to PositionedEditPartBase - PositionedEditPartBase.refreshDecorationFigure() - Avoid SWT Image leak by reusing the same icons - Add more null-checks to implementation - MarkerViewPart -> column updater: Avoid SWT Image leak by disposing old image before setting a new one
-
- Feb 06, 2015
-
-
Vincent Aravantinos authored
-
- Feb 05, 2015
-
-
Florian Hölzl authored
refs 2255
-
- Feb 04, 2015
-
-
Simon Barner authored
-
Vincent Aravantinos authored
refs 2255
-
- Feb 03, 2015
-
-
Simon Barner authored
-
Simon Barner authored
- Add Id, version, and ConQAT tags to XML files
-
- Feb 02, 2015
-
-
Simon Barner authored
* Mainly documentation cleanup * Remove some commented out code org.fortiss.tooling.kernel.internal.storage.eclipse.ModelContext: org.fortiss.tooling.kernel.utils.EMFResourceUtils: - Resolve B.19 issue (numbering scheme as of Aug. 14, <https://af3-developer.fortiss.org/projects/autofocus3/wiki/Check-list_for_Code_Reviews/56>) "Use static imports" refs 2255
-
- Jan 29, 2015
-
-
Vincent Aravantinos authored
refs 2055
-