DebugView.st
changeset 6600 985a13c5e7b1
parent 6579 d20144004dd5
child 6601 b347199a06cb
equal deleted inserted replaced
6599:d60bd0e860bb 6600:985a13c5e7b1
  4797     or:[sel == #withWaitCursorDo:]) ifTrue:[
  4797     or:[sel == #withWaitCursorDo:]) ifTrue:[
  4798         (mClass == DisplaySurface) ifTrue:[^ false].
  4798         (mClass == DisplaySurface) ifTrue:[^ false].
  4799     ].
  4799     ].
  4800 
  4800 
  4801     (sel == #do:
  4801     (sel == #do:
  4802     or:[sel == #from:to:do:]) ifTrue:[
  4802     or:[sel == #from:to:do:
       
  4803     or:[sel == #keysAndValuesDo:]]) ifTrue:[
  4803         mClass == Array ifTrue:[^ false].
  4804         mClass == Array ifTrue:[^ false].
  4804         mClass == OrderedCollection ifTrue:[^ false].
  4805         mClass == OrderedCollection ifTrue:[^ false].
  4805     ].
  4806     ].
  4806     (sel == #perform: 
  4807     (sel == #perform: 
  4807     or:[sel == #perform:with:
  4808     or:[sel == #perform:with:
  5960 ! !
  5961 ! !
  5961 
  5962 
  5962 !DebugView class methodsFor:'documentation'!
  5963 !DebugView class methodsFor:'documentation'!
  5963 
  5964 
  5964 version
  5965 version
  5965     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.390 2006-02-17 14:56:26 cg Exp $'
  5966     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.391 2006-02-22 14:02:11 cg Exp $'
  5966 ! !
  5967 ! !
  5967 
  5968 
  5968 DebugView initialize!
  5969 DebugView initialize!