Skip to content
Snippets Groups Projects
  1. Nov 28, 2019
  2. Nov 07, 2019
  3. Oct 15, 2019
  4. May 03, 2019
  5. Jan 23, 2019
  6. Nov 30, 2018
  7. Nov 28, 2018
  8. Sep 24, 2018
  9. Aug 14, 2018
  10. May 25, 2018
  11. Apr 17, 2018
  12. Apr 13, 2018
  13. Mar 06, 2018
  14. Nov 29, 2017
  15. Nov 23, 2017
  16. Nov 22, 2017
  17. Nov 10, 2017
  18. May 12, 2017
  19. Apr 19, 2017
  20. Feb 27, 2017
  21. Oct 10, 2016
  22. Aug 26, 2016
  23. Feb 16, 2016
  24. Dec 01, 2015
  25. Sep 21, 2015
  26. Sep 17, 2015
  27. Aug 24, 2015
  28. Feb 06, 2015
  29. Feb 03, 2015
  30. 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
  31. Dec 15, 2014
  32. Dec 04, 2014
  33. Nov 26, 2014
    • Simon Barner's avatar
      - Refactor annotation view · 1a01c12b
      Simon Barner authored
        - Move label provider to dedicated package
        - Move generic annotation view to dedicated package
        - Move inner classes of GenericAnnotationView to separate classes (filter support in dedicated package)
      - Small documentation updates
      - No functional change
      refs 1841
      1a01c12b
  34. Nov 03, 2014
  35. Sep 10, 2014
  36. Aug 25, 2014
  37. Jul 21, 2014
  38. Feb 03, 2014
Loading