- Apr 25, 2016
-
-
Simon Barner authored
-
- Mar 18, 2016
-
-
Johannes Eder authored
refs 2489
-
- Mar 10, 2016
-
-
Simon Barner authored
- Remove spurious blank lines
-
Simon Barner authored
-
Simon Barner authored
-
- Mar 09, 2016
-
-
Vincent Aravantinos authored
refs 2292
-
- Mar 07, 2016
-
-
Florian Hölzl authored
-
- Mar 01, 2016
-
-
Florian Hölzl authored
refs 2241
-
Johannes Eder authored
refs 2489
-
- Feb 19, 2016
-
-
Johannes Eder authored
-
Johannes Eder authored
refs 2489
-
- Feb 16, 2016
-
-
Florian Hölzl authored
-
- Feb 08, 2016
-
-
Alexander Diewald authored
- 4 utility methods in ZoomUiUtils are now delegating to utility methods in ZoomUtils which unifies code paths an helps to avoid future issues (handles FIXME). - Correct a typo in the PointStaticImpl class which led to a wrong method call. - Removed invalid TODO in PointStaticImpl. refs 2491
-
Florian Hölzl authored
refs 2490
-
Florian Hölzl authored
refs 2490
-
Florian Hölzl authored
refs 2490
-
- Dec 16, 2015
-
-
Vincent Aravantinos authored
refs 2409
-
- Dec 03, 2015
-
-
Johannes Eder authored
refs 2446
-
- Nov 26, 2015
-
-
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.
-
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 23, 2015
-
-
Simon Barner authored
refs 2449
-
- Oct 09, 2015
-
-
Alexander Diewald authored
- Introduce a separate base class for composing IModelElements. It manages (among other things) the instantiation of annotations. - Let HierarchicElementCompositorBase inherit from the newly created base class for IModelElements.
-
- Sep 21, 2015
-
-
Alexander Diewald authored
refs 2228
-
- Sep 17, 2015
-
-
Alexander Diewald authored
-
- Aug 24, 2015
-
-
Vincent Aravantinos authored
-
- Aug 03, 2015
-
-
Johannes Eder authored
Added a comment in ObjectAwareServiceBase#getRegisteredHandlers stating that this method should be changed if the behavior (from AnntotationValueService) is reused in the future. refs 2270
-
- Jul 16, 2015
-
-
Simon Barner authored
- If the creation of new annotations should be wrapped into a command, but the annotation already exists, avoid the usage of a command and just directly return the (already existing) annotation. - This avoids superfluous model modifications (i.e., the project marked dirty and requires saving) refs 2369
-
- Jun 03, 2015
-
-
Simon Barner authored
- When inserting copies of objects as a result of a copy&paste operation, the inserted model elements is shifted by an offset. This gives visual feedback to the user that the paste operation has actually been performed. - Notes: + Some model types are not handled yet (see ticket) + Although maybe an obvious approach, this feature cannot be implemented as a method in HierarchicElementCompositorBase: o It is not the base class of all affected compositors o HierarchicElementCompositorBase resides in org.fortiss.tooling.base, where as the required methods for detailing with layout information are in org.fortiss.tooling.base.ui refs 2344
-
- Apr 09, 2015
-
-
Sabine Teufl authored
refs 2240
-
- Mar 25, 2015
-
-
Simon Barner authored
- Add IAnnotationValueProvider.isHidden() that allows to hide annotations from any view (useful for internal attributes that should not be exposed to the user). Default = false - Extend AnnotationEntry and AnnotationFilter accordingly
-
- Mar 24, 2015
-
-
Simon Barner authored
-
Simon Barner authored
- Prevent pollution of AnnotationEntry <-> IModelElement cache via instantiateAnnotations(final IModelElement element) (which might be invoked from model transformations). I.e., the cache is only updated, when the AnnotationEntries are queried from the GUI context. - In case further measures need to be taken to limit the size of the AnnotationEntry <-> IModelElement cache, <http://stackoverflow.com/questions/2941283/java-fixed-memory-map> might be a good starting point
-
- Mar 17, 2015
-
-
Simon Barner authored
- Add prefix "generated-" for directories of generated edit and editor code (not used in default AF3 distribution)
-
- Mar 16, 2015
-
-
Simon Barner authored
- Undo last two changes: will be handled by ElementCompositorService (in the kernel) refs 2309
-
- Mar 12, 2015
-
-
Simon Barner authored
refs 2309
-
Simon Barner authored
- Assign unique IDs to annotations as soon as the are instantiated (before, annotations relied on the ID-fixup that is triggered when the model is persisted) refs 2309
-
- Feb 23, 2015
-
-
Simon Barner authored
-
Alexander Diewald authored
Fixes a bug in the EStructuralFeatureValueProvider that caused the Enum filter list to be applied on objects that should not be filtered.
-
Alexander Diewald authored
Adds the possibility to filter the list of available choices for an enum-type annotation via the annotation's value provider. Therefore, a map containing the class of the to be filtered model elements and the allowed enum literal must be given in the constructor of the value provider.
-