Tools_ClassCategoryList.st
changeset 14026 4c197be9097f
parent 13498 b8d845e42988
child 15566 184cea584be5
equal deleted inserted replaced
14025:9214f9d6bf5a 14026:4c197be9097f
   161     "Return a description of exported aspects;
   161     "Return a description of exported aspects;
   162      these can be connected to aspects of an embedding application
   162      these can be connected to aspects of an embedding application
   163      (if this app is embedded in a subCanvas)."
   163      (if this app is embedded in a subCanvas)."
   164 
   164 
   165     ^ #(
   165     ^ #(
       
   166         environmentHolder
   166         #(doubleClickChannel action)
   167         #(doubleClickChannel action)
   167         #forceGeneratorTrigger
   168         #forceGeneratorTrigger
   168         #hideUnloadedClasses
   169         #hideUnloadedClasses
   169         #immediateUpdate
   170         #immediateUpdate
   170         #inGeneratorHolder
   171         #inGeneratorHolder
   178         #showCoverageInformation
   179         #showCoverageInformation
   179         #slaveMode
   180         #slaveMode
   180         #updateTrigger
   181         #updateTrigger
   181       ).
   182       ).
   182 
   183 
       
   184     "Modified: / 24-02-2014 / 10:37:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   183 ! !
   185 ! !
   184 
   186 
   185 !ClassCategoryList class methodsFor:'special'!
   187 !ClassCategoryList class methodsFor:'special'!
   186 
   188 
   187 addAdditionalCategory:aCategory
   189 addAdditionalCategory:aCategory
  1007 ! !
  1009 ! !
  1008 
  1010 
  1009 !ClassCategoryList class methodsFor:'documentation'!
  1011 !ClassCategoryList class methodsFor:'documentation'!
  1010 
  1012 
  1011 version
  1013 version
  1012     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.50 2013-09-05 10:46:11 vrany Exp $'
  1014     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.51 2014-02-25 10:41:34 vrany Exp $'
  1013 !
  1015 !
  1014 
  1016 
  1015 version_CVS
  1017 version_CVS
  1016     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.50 2013-09-05 10:46:11 vrany Exp $'
  1018     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.51 2014-02-25 10:41:34 vrany Exp $'
  1017 ! !
  1019 ! !
  1018 
  1020