- Oct 10, 2016
-
-
Vincent Aravantinos authored
refs 2708
-
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
-
Simon Barner authored
- Add check box to toggle case sensitive match (default: insensitive match as before)
-
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
-
- Oct 06, 2016
-
-
Simon Barner authored
- In order to offer this functionality, the actions need to be integrated into the MenuManager by the concrete subclasses of TreeViewerEditorBase
-
- Sep 30, 2016
-
-
Simon Barner authored
- This prevents a race the 2nd delete operation trying to parse files in the workspace that might have been deleted by the first one in the meantime refs 2691
-
Simon Barner authored
refs 2691
-
Simon Barner authored
- getReferencingResourceURIs(): Ensure that all Exceptions are caught (including NoClassDefFound which might occur when old models should be deleted after a root class has been removed from the metamodel)
-
- Sep 29, 2016
-
-
Vincent Aravantinos authored
refs 2608
-
Vincent Aravantinos authored
refs 2703
-
Vincent Aravantinos authored
refs 2553
-
Vincent Aravantinos authored
refs 2553
-
Vincent Aravantinos authored
refs 2553
-
Vincent Aravantinos authored
refs 2553
-
Vincent Aravantinos authored
refs 2553
-
Vincent Aravantinos authored
refs 2553
-
Vincent Aravantinos authored
refs 2553
-
- Sep 28, 2016
-
-
Simon Barner authored
-
- Sep 27, 2016
-
-
Vincent Aravantinos authored
refs 2701
-
Vincent Aravantinos authored
refs 2553
-
Vincent Aravantinos authored
refs 2553
-
- Sep 20, 2016
-
-
Vincent Aravantinos authored
refs 2553
-
- Sep 19, 2016
-
-
Vincent Aravantinos authored
refs 2695
-
Vincent Aravantinos authored
Also removes old TODOs which obviously won't be tackled: issue number not existing anymore. refs 2693
-
Vincent Aravantinos authored
refs 2609
-
- Sep 16, 2016
-
-
Simon Barner authored
refs 2691
-
Simon Barner authored
- Scan the directory in which the AF3 project resides for external models that directly or indirectly reference the AF3 project resource. - Note that this may be long-running operation which is why the work of the DeleteAction has been wrapped into an Job that provides an IProgressMonitor. refs 2691
-
Simon Barner authored
- Create a command on the command stack only if necessary (i.e., prevent models from being marked as dirty although they have not been modified) refs 2691
-
- Sep 14, 2016
-
-
Simon Barner authored
- INamedElement: getName() - otherwise: toString()
-
- 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
-
- Sep 06, 2016
-
-
Simon Barner authored
refs 2490
-
Simon Barner authored
refs 2490
-
Simon Barner authored
-
- Aug 30, 2016
-
-
Vincent Aravantinos authored
refs 2553
-