- Oct 14, 2016
-
-
Alexander Diewald authored
- Add a mechanism to create input dialogs: The action descriptor passes a map-type object that defines the expected parameters. - Refine the container classes. - Add an annotation action that allows to create random valued entries for a selected annotation build around an average value and the given bounds. refs 2361
-
- Oct 13, 2016
-
-
Alexander Diewald authored
- Move the annotation and annotationEntry fields from the ColumnHandle to the AnnotationInstSpec class. - Add a container class to the IAnnotationValueProvider that allows to specify the menu entry string and the set of elements to apply the specified action to. - Modify the IAnnotationValueProvider and DefaultAnnotationContextActions interfaces to use the new container class. - Adjust the GenericAnnotationView to create runnables based on the information found in the new container class. - Simplify the "Propagate to all" annotation action. refs 2361
-
- Oct 10, 2016
-
-
Vincent Aravantinos authored
refs 2708
-
Vincent Aravantinos authored
refs 2708
-
Vincent Aravantinos authored
refs 2708
-
Simon Barner authored
- Add TODO to change interface of IAnnotationValueProvider::getContextMenuEntries(): The method should be based on another method in IAnnotationValueProvider that returns a <String, BiConsumer> whose BiConsumer defines the action to apply to a single annotation entry. This ensures uniform iteration over the affected annotation entries, while providing the flexibility to enable custom iteration schemes - Minor cleanup - Perform all modifications of an action in a single command - Re-update of annotation view only it was enabled before issuing the command refs 2361
-
Alexander Diewald authored
- Extend the IAnnotationValueProvider interface to include a method that returns a list of context menu entries with associated actions. The default implementation returns an empty list (implemented in the default interface method). This allows existing annotation value providers to add some default context menu actions by implementing an additional interface while existing AnnotationValueProviders do not need to be adjusted. - Add an additional descriptor class "AnnotationInstSpec" that allows to uniquely identify the Annotation (& instanceKey) shown as columns in the annotation view. It has been abstracted from the class ColumnHandle. - Add a method to the AnnotationLabelProvider that allows to query the Annotation for which it has been constructed. - Extend the GenericAnnotationView to display a context menu for "annotation columns". The content of the context menu is specified by the AnnoationvalueProvider. - Implement a context menu entry in the interface DefaultAnnotationContextActions that is implemented by the EnergyConsumptionValueProvider. refs 2361
-
Vincent Aravantinos authored
refs 2533
-
Vincent Aravantinos authored
refs 2533
-
- Sep 07, 2016
-
-
Simon Barner authored
refs 1119
-
Simon Barner authored
- For reasons of consistency, and to avoid that "generated-src" directory is deleted by IDE dev tools' EcoreBuilder, start specification of directory for generated edit code with a '/' (just like the model, editor, and test code directories) refs 1119
-
- Aug 26, 2016
-
-
Andreas Bayha authored
-
- Jul 27, 2016
-
-
Vincent Aravantinos authored
refs 2490
-
Vincent Aravantinos authored
refs 2490
-
Vincent Aravantinos authored
refs 2490
-
- Jul 25, 2016
-
-
Sudeep Kanav authored
refs 2572
-
Florian Hölzl authored
refs 631
-
- Jul 04, 2016
-
-
Florian Hölzl authored
refs 2490
-
Florian Hölzl authored
refs 2490
-
- Jul 01, 2016
-
-
Florian Hölzl authored
refs 2490
-
Simon Barner authored
- Add getSuccessorConnector() that for a given {@link IConnector}, returns the successor {@link IConnector} of a given {@code successorType}.
-
Florian Hölzl authored
refs 2598
-
- Jun 14, 2016
-
-
Florian Hölzl authored
refs 2590
-
- Jun 13, 2016
-
-
Florian Hölzl authored
Every service registration is now only accessible via static methods in ToolingKernel and ToolingKernelUI, respectively. refs 2590
-
Florian Hölzl authored
refs 2590
-
- Jun 07, 2016
-
-
Simon Barner authored
refs 2566
-
Simon Barner authored
refs 2590
-
- Jun 06, 2016
-
-
Florian Hölzl authored
refs 2597
-
Florian Hölzl authored
refs 2590
-
- May 24, 2016
-
-
Florian Hölzl authored
refs 2591
-
- May 23, 2016
-
-
Florian Hölzl authored
KISS: ObjectAware2ServiceBase and ObjectAwareServiceBase now inherit from IIntrospectiveKernelService refs 2566
-
Florian Hölzl authored
refs 2458
-
- May 20, 2016
-
-
Vincent Aravantinos authored
refs 2564
-
Vincent Aravantinos authored
refs 2564
-
Vincent Aravantinos authored
refs 2564
-
Johannes Eder authored
-
- May 19, 2016
-
-
Sudeep Kanav authored
refs 2572
-
- Apr 25, 2016
-
-
Simon Barner authored
-
- Mar 18, 2016
-
-
Johannes Eder authored
refs 2489
-
- Mar 10, 2016
-
-
Simon Barner authored
- Remove spurious blank lines
-