Tools_ClassList.st
changeset 9434 25c23f45585a
parent 9431 82ed2cb0ebca
child 9437 51e7a4cd63ba
equal deleted inserted replaced
9433:1fdc6a2ea3e8 9434:25c23f45585a
  1228                             isInChangeSet := classNamesInChangeSet includes:(cls theNonMetaclass name).
  1228                             isInChangeSet := classNamesInChangeSet includes:(cls theNonMetaclass name).
  1229                             isInRemoteChangeSet := classNamesInRemoteChangeSet includes:(cls theNonMetaclass name).
  1229                             isInRemoteChangeSet := classNamesInRemoteChangeSet includes:(cls theNonMetaclass name).
  1230 
  1230 
  1231                             nm := self nameListEntryFor:cls withNameSpace:showNamespaces.
  1231                             nm := self nameListEntryFor:cls withNameSpace:showNamespaces.
  1232 
  1232 
  1233                             showCoverageInformationHolder value ifTrue:[
  1233                             self showCoverageInformationHolder value ifTrue:[
  1234                                 emp := self emphasisForCoverageInformationOfClass:cls.
  1234                                 emp := self emphasisForCoverageInformationOfClass:cls.
  1235                                 emp notNil ifTrue:[
  1235                                 emp notNil ifTrue:[
  1236                                     nm := self colorize:nm with:emp
  1236                                     nm := self colorize:nm with:emp
  1237                                 ].
  1237                                 ].
  1238                             ] ifFalse:[
  1238                             ] ifFalse:[
  1307                             nm
  1307                             nm
  1308                        ].   
  1308                        ].   
  1309 
  1309 
  1310     ^ nameList
  1310     ^ nameList
  1311 
  1311 
  1312     "Modified: / 27-04-2010 / 15:46:13 / cg"
  1312     "Modified: / 27-04-2010 / 15:54:41 / cg"
  1313 !
  1313 !
  1314 
  1314 
  1315 reconstructNameList
  1315 reconstructNameList
  1316     "only reconstruct the names - class list & selection remains unschanged.
  1316     "only reconstruct the names - class list & selection remains unschanged.
  1317      Invoked when the organizerMode mode changes"
  1317      Invoked when the organizerMode mode changes"
  1725 ! !
  1725 ! !
  1726 
  1726 
  1727 !ClassList class methodsFor:'documentation'!
  1727 !ClassList class methodsFor:'documentation'!
  1728 
  1728 
  1729 version
  1729 version
  1730     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.44 2010-04-27 13:52:50 cg Exp $'
  1730     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.45 2010-04-27 13:57:08 cg Exp $'
  1731 !
  1731 !
  1732 
  1732 
  1733 version_CVS
  1733 version_CVS
  1734     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.44 2010-04-27 13:52:50 cg Exp $'
  1734     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.45 2010-04-27 13:57:08 cg Exp $'
  1735 ! !
  1735 ! !