DebugView.st
changeset 11645 4f39a925956d
parent 11636 2a26799eb21b
child 11647 2fc55dce6e0d
equal deleted inserted replaced
11644:65b3f2a82ba7 11645:4f39a925956d
  5070 !
  5070 !
  5071 
  5071 
  5072 toggleShowSupportCode
  5072 toggleShowSupportCode
  5073     hideSupportCode ifTrue:[
  5073     hideSupportCode ifTrue:[
  5074         self showSupportCode
  5074         self showSupportCode
  5075     ] ifTrue:[
  5075     ] ifFalse:[
  5076         self hideSupportCode
  5076         self hideSupportCode
  5077     ].
  5077     ].
  5078 
  5078 
  5079     "Modified: / 17-11-2001 / 20:07:45 / cg"
  5079     "Modified: / 17-11-2001 / 20:07:45 / cg"
  5080     "Created: / 10-06-2012 / 21:28:17 / cg"
  5080     "Created: / 10-06-2012 / 21:28:17 / cg"
  7999 ! !
  7999 ! !
  8000 
  8000 
  8001 !DebugView class methodsFor:'documentation'!
  8001 !DebugView class methodsFor:'documentation'!
  8002 
  8002 
  8003 version
  8003 version
  8004     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.546 2012-07-20 13:29:25 cg Exp $'
  8004     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.547 2012-07-23 09:18:47 stefan Exp $'
  8005 !
  8005 !
  8006 
  8006 
  8007 version_CVS
  8007 version_CVS
  8008     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.546 2012-07-20 13:29:25 cg Exp $'
  8008     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.547 2012-07-23 09:18:47 stefan Exp $'
  8009 !
  8009 !
  8010 
  8010 
  8011 version_SVN
  8011 version_SVN
  8012     ^ '§Id: DebugView.st 7818 2011-08-18 11:42:39Z vranyj1 §'
  8012     ^ '§Id: DebugView.st 7818 2011-08-18 11:42:39Z vranyj1 §'
  8013 ! !
  8013 ! !