Tools_ClassList.st
changeset 11978 4ff5f53f23a9
parent 11967 09b72b540e24
child 12001 286aa33188ee
equal deleted inserted replaced
11977:2a5289cec862 11978:4ff5f53f23a9
   802     |cls sel mthd newMethod oldMethod idx classListValue|
   802     |cls sel mthd newMethod oldMethod idx classListValue|
   803 
   803 
   804     self slaveMode value == true ifTrue:[
   804     self slaveMode value == true ifTrue:[
   805         something == #methodInClass ifTrue:[ ^ self ].
   805         something == #methodInClass ifTrue:[ ^ self ].
   806         something == #addChange:    ifTrue:[ self invalidateList. ^ self ].
   806         something == #addChange:    ifTrue:[ self invalidateList. ^ self ].
       
   807         something == #methodCoverageInfo ifTrue:[ self invalidateList. ^ self ].
   807     ].
   808     ].
   808 "/    self window sensor isNil ifTrue:[
   809 "/    self window sensor isNil ifTrue:[
   809 "/        "/ not visible ...
   810 "/        "/ not visible ...
   810 "/        self invalidateList.
   811 "/        self invalidateList.
   811 "/        ^ self
   812 "/        ^ self
  2003 ! !
  2004 ! !
  2004 
  2005 
  2005 !ClassList class methodsFor:'documentation'!
  2006 !ClassList class methodsFor:'documentation'!
  2006 
  2007 
  2007 version
  2008 version
  2008     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.67 2012-10-31 13:34:33 cg Exp $'
  2009     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.68 2012-11-01 10:59:12 cg Exp $'
  2009 !
  2010 !
  2010 
  2011 
  2011 version_CVS
  2012 version_CVS
  2012     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.67 2012-10-31 13:34:33 cg Exp $'
  2013     ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassList.st,v 1.68 2012-11-01 10:59:12 cg Exp $'
  2013 ! !
  2014 ! !