DebugView.st
changeset 13589 92a1d2b4e1db
parent 13562 56d3659b75a0
child 13641 8b66149100f6
equal deleted inserted replaced
13588:0701806de907 13589:92a1d2b4e1db
  7773         ].
  7773         ].
  7774 
  7774 
  7775         mthd := callee method.
  7775         mthd := callee method.
  7776         mthd notNil ifTrue:[
  7776         mthd notNil ifTrue:[
  7777             (mthd selector == #subclassResponsibility) ifTrue:[
  7777             (mthd selector == #subclassResponsibility) ifTrue:[
       
  7778                 classToDefineIn := callee sender receiver class.
       
  7779                 selectorToDefine := callee sender selector.
  7778                 ^ true.
  7780                 ^ true.
  7779             ].
  7781             ].
  7780 
  7782 
  7781             "/ that's a big hack, but I am tired of navigating to find the missing menu message...
  7783             "/ that's a big hack, but I am tired of navigating to find the missing menu message...
  7782             "/ you will thank me!!
  7784             "/ you will thank me!!
  9018 ! !
  9020 ! !
  9019 
  9021 
  9020 !DebugView class methodsFor:'documentation'!
  9022 !DebugView class methodsFor:'documentation'!
  9021 
  9023 
  9022 version
  9024 version
  9023     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.638 2013-09-18 13:26:23 vrany Exp $'
  9025     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.639 2013-09-27 15:13:52 cg Exp $'
  9024 !
  9026 !
  9025 
  9027 
  9026 version_CVS
  9028 version_CVS
  9027     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.638 2013-09-18 13:26:23 vrany Exp $'
  9029     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.639 2013-09-27 15:13:52 cg Exp $'
  9028 !
  9030 !
  9029 
  9031 
  9030 version_SVN
  9032 version_SVN
  9031     ^ '$Id: DebugView.st,v 1.638 2013-09-18 13:26:23 vrany Exp $'
  9033     ^ '$Id: DebugView.st,v 1.639 2013-09-27 15:13:52 cg Exp $'
  9032 ! !
  9034 ! !
  9033 
  9035 
  9034 
  9036 
  9035 DebugView initialize!
  9037 DebugView initialize!