Tools__ClassCategoryList.st
changeset 15509 8d6cda3f5135
parent 15290 aa8047773c89
child 15566 184cea584be5
child 15647 b61948575952
equal deleted inserted replaced
15508:adb4d05bd6a2 15509:8d6cda3f5135
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2004 by eXept Software AG
     4  COPYRIGHT (c) 2004 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   542             (self selectedCategoriesStrings includes:categoryOfClass) ifTrue:[
   544             (self selectedCategoriesStrings includes:categoryOfClass) ifTrue:[
   543                 "/ self halt.
   545                 "/ self halt.
   544                 self updateOutputGenerator.                
   546                 self updateOutputGenerator.                
   545             ].
   547             ].
   546         ].
   548         ].
   547         something == #prePackageLoad ifTrue:[
   549 "/        something == #prePackageLoad ifTrue:[
   548             "/ self halt.
   550 "/            "/ self halt.
   549             ^ self
   551 "/            ^ self
   550         ].
   552 "/        ].
   551         something == #postPackageLoad ifTrue:[
   553 "/        something == #postPackageLoad ifTrue:[
   552             "/ self halt.
   554 "/            "/ self halt.
   553             ^ self
   555 "/            ^ self
   554         ].
   556 "/        ].
   555     ].
   557     ].
   556 
   558 
   557 "/    changedObject == ChangeSet ifTrue:[
   559 "/    changedObject == ChangeSet ifTrue:[
   558 "/        something == #addChange: ifTrue:[
   560 "/        something == #addChange: ifTrue:[
   559 "/            ^ self
   561 "/            ^ self
  1196 ! !
  1198 ! !
  1197 
  1199 
  1198 !ClassCategoryList class methodsFor:'documentation'!
  1200 !ClassCategoryList class methodsFor:'documentation'!
  1199 
  1201 
  1200 version
  1202 version
  1201     ^ '$Header: /cvs/stx/stx/libtool/Tools__ClassCategoryList.st,v 1.64 2015-02-13 22:00:19 cg Exp $'
  1203     ^ '$Header: /cvs/stx/stx/libtool/Tools__ClassCategoryList.st,v 1.65 2015-03-05 12:29:47 cg Exp $'
  1202 !
  1204 !
  1203 
  1205 
  1204 version_CVS
  1206 version_CVS
  1205     ^ '$Header: /cvs/stx/stx/libtool/Tools__ClassCategoryList.st,v 1.64 2015-02-13 22:00:19 cg Exp $'
  1207     ^ '$Header: /cvs/stx/stx/libtool/Tools__ClassCategoryList.st,v 1.65 2015-03-05 12:29:47 cg Exp $'
  1206 ! !
  1208 ! !
  1207 
  1209