Skip to content
Snippets Groups Projects
  1. Nov 20, 2014
  2. Nov 19, 2014
  3. Nov 17, 2014
  4. Nov 14, 2014
  5. Nov 13, 2014
  6. Nov 12, 2014
  7. Nov 10, 2014
  8. Nov 09, 2014
  9. Nov 03, 2014
  10. Oct 24, 2014
  11. Oct 06, 2014
  12. Oct 02, 2014
  13. Oct 01, 2014
    • Simon Barner's avatar
      createStructuralFeatureInstance(): Do not try to create any instances for EReferences: · 135559f0
      Simon Barner authored
        - Contained features are created automatically by the generated EFactory
        - Non-contained features must be set by the user
      -> Return null in any case
      refs 1841
      135559f0
    • Simon Barner's avatar
      KernelModelElementUtils · c149372d
      Simon Barner authored
       - Rename computeFullyName() -> computeFullyQualifiedName()
      c149372d
    • Simon Barner's avatar
      Add support for editing EReferences · d7783cf4
      Simon Barner authored
       - Extend EStructuralFeatureValueProvider and ComboBoxEditingSupport to handle also this case
       - Reintroduce EStructuralFeatureDescriptor to provide means to specify the scope in which EReferences can be set
           - PROJECT: All models in the current project
           - MODEL: Current model (e.g., ComponentArchitecture)
           - SUB_MODEL: Sub-model below the model element that hosts the annotation managed by the current IAnnotationValueProvider
      refs 1841
      d7783cf4
  14. Sep 30, 2014
  15. Sep 29, 2014
  16. Sep 24, 2014
    • Simon Barner's avatar
      Override getRegisteredHandlers(Class) · 9571ce8c
      Simon Barner authored
      - In contrast to the implementation of EObjectAwareServiceBase.getRegisteredHandlers(Class), this implementation returns all IAnnotationValueProviders that have
      been registered for the given class or any of its super-classes or interfaces.
      
      - As a result, value providers may now be bound to different base classes of a given model element, e.g. for GenericECU, annotations that have been bound to ExecutionUnit and IPlatformArchitectureElement will be return (old behavior: only annotations bound to the nearest match, i.e. ExecutionUnit, would have been returned).
      
      - TODO: Investigate if this behavior is also (optionally) desirable for other services and should be merged / integrated to EObjectAwareServiceBase.
      refs 1841
      9571ce8c
  17. Sep 15, 2014
  18. Sep 12, 2014
Loading