Skip to content
Snippets Groups Projects
  1. Apr 14, 2020
  2. Jan 27, 2020
  3. Dec 17, 2019
  4. Dec 11, 2019
  5. Dec 09, 2019
  6. Nov 28, 2019
  7. Nov 07, 2019
  8. Oct 15, 2019
  9. May 03, 2019
  10. Jan 23, 2019
  11. Nov 30, 2018
  12. Nov 28, 2018
  13. Sep 24, 2018
  14. Aug 14, 2018
  15. May 25, 2018
  16. Apr 17, 2018
  17. Apr 13, 2018
  18. Mar 06, 2018
  19. Nov 29, 2017
  20. Nov 23, 2017
  21. Nov 22, 2017
  22. Nov 10, 2017
  23. May 12, 2017
  24. Apr 19, 2017
  25. Feb 27, 2017
  26. Oct 10, 2016
  27. Aug 26, 2016
  28. Feb 16, 2016
  29. Dec 01, 2015
  30. Sep 21, 2015
  31. Sep 17, 2015
  32. Aug 24, 2015
  33. Feb 06, 2015
  34. Feb 03, 2015
  35. 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
  36. Dec 15, 2014
Loading