Skip to content
Snippets Groups Projects
  1. Jun 09, 2020
  2. Apr 14, 2020
  3. Jan 27, 2020
  4. Dec 17, 2019
  5. Dec 11, 2019
  6. Dec 09, 2019
  7. Nov 28, 2019
  8. Nov 07, 2019
  9. Oct 15, 2019
  10. May 03, 2019
  11. Jan 23, 2019
  12. Nov 30, 2018
  13. Nov 28, 2018
  14. Sep 24, 2018
  15. Aug 14, 2018
  16. May 25, 2018
  17. Apr 17, 2018
  18. Apr 13, 2018
  19. Mar 06, 2018
  20. Nov 29, 2017
  21. Nov 23, 2017
  22. Nov 22, 2017
  23. Nov 10, 2017
  24. May 12, 2017
  25. Apr 19, 2017
  26. Feb 27, 2017
  27. Oct 10, 2016
  28. Aug 26, 2016
  29. Feb 16, 2016
  30. Dec 01, 2015
  31. Sep 21, 2015
  32. Sep 17, 2015
  33. Aug 24, 2015
  34. Feb 06, 2015
  35. Feb 03, 2015
  36. Jan 22, 2015
    • Simon Barner's avatar
      - Move annotation value service, annotation value provider base classes and... · b351a20a
      Simon Barner authored
      - Move annotation value service, annotation value provider base classes and annotation extension point to org.foritss.tooling.base
      - Remove createEditingSupport() from IAnnotationValueProviderBase and move functionality to org.fortiss.tooling.base.ui.annotation.editingsupport.EditingSupportFactory instead
      - Rename extension point to org.fortiss.tooling.base.annotation.
      
      Example binding:
      
      <extension point="org.fortiss.tooling.base.annotation">
        <annotation binding="org.fortiss.af3.timing.annotation.valueprovider.CIValueProvider">
           <modelElementClass modelElementClass="org.fortiss.af3.component.model.Component"/>
        </annotation>
      </extension
      - Adapt all known users of annotation framework to new structure
      - The change is a preparation to fix #2208, i.e. to put the instantiation of a model element and its annotations into a single undo/redo command
      refs 2208
      
      b351a20a
Loading