DebugView.st
changeset 13562 56d3659b75a0
parent 13553 728eae2b6327
child 13589 92a1d2b4e1db
child 13613 066908b0c801
equal deleted inserted replaced
13561:14ca499f0ca4 13562:56d3659b75a0
  8045     cls isNil ifTrue:[ ^ self ].
  8045     cls isNil ifTrue:[ ^ self ].
  8046 
  8046 
  8047     UserInformation handle:[:ex |
  8047     UserInformation handle:[:ex |
  8048         ex proceed.
  8048         ex proceed.
  8049     ] do:[
  8049     ] do:[
  8050         DoWhatIMeanSupport codeCompletionForClass:cls context:selectedContext codeView:codeView.
  8050         DoWhatIMeanSupport codeCompletionForLanguage: cls programmingLanguage class:cls context:selectedContext codeView:codeView.
  8051     ].
  8051     ].
       
  8052 
       
  8053     "Modified: / 18-09-2013 / 14:20:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  8052 !
  8054 !
  8053 
  8055 
  8054 confirm:aString
  8056 confirm:aString
  8055     "open a modal yes-no dialog.
  8057     "open a modal yes-no dialog.
  8056      Redefined here, to answer true, if exclusice Debugger, which cannot handle popup boxes"
  8058      Redefined here, to answer true, if exclusice Debugger, which cannot handle popup boxes"
  9016 ! !
  9018 ! !
  9017 
  9019 
  9018 !DebugView class methodsFor:'documentation'!
  9020 !DebugView class methodsFor:'documentation'!
  9019 
  9021 
  9020 version
  9022 version
  9021     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.637 2013-09-15 12:43:20 cg Exp $'
  9023     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.638 2013-09-18 13:26:23 vrany Exp $'
  9022 !
  9024 !
  9023 
  9025 
  9024 version_CVS
  9026 version_CVS
  9025     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.637 2013-09-15 12:43:20 cg Exp $'
  9027     ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.638 2013-09-18 13:26:23 vrany Exp $'
  9026 !
  9028 !
  9027 
  9029 
  9028 version_SVN
  9030 version_SVN
  9029     ^ '$Id: DebugView.st,v 1.637 2013-09-15 12:43:20 cg Exp $'
  9031     ^ '$Id: DebugView.st,v 1.638 2013-09-18 13:26:23 vrany Exp $'
  9030 ! !
  9032 ! !
  9031 
  9033 
  9032 
  9034 
  9033 DebugView initialize!
  9035 DebugView initialize!