ContextInspectorView.st
changeset 471 114883d63124
parent 302 071391c28dd9
child 510 6543e55fb227
equal deleted inserted replaced
470:5bb60cb688c8 471:114883d63124
    33 "
    33 "
    34 !
    34 !
    35 
    35 
    36 documentation
    36 documentation
    37 "
    37 "
    38     a modified Inspector for Contexts (used in Debugger)
    38     a modified Inspector for Contexts (used in the Debugger)
       
    39     TODO:
       
    40         when expressions are evaluated in myself, the inst-var
       
    41         names are not known by the expression evaluator.
       
    42         This has to be fixed 
       
    43         (actual work is to be done in the Parser to allow passing of a context ...)
    39 "
    44 "
    40 ! !
    45 ! !
    41 
    46 
    42 !ContextInspectorView methodsFor:'accessing'!
    47 !ContextInspectorView methodsFor:'accessing'!
    43 
    48 
   305 ! !
   310 ! !
   306 
   311 
   307 !ContextInspectorView class methodsFor:'documentation'!
   312 !ContextInspectorView class methodsFor:'documentation'!
   308 
   313 
   309 version
   314 version
   310     ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.21 1995-12-14 23:11:40 cg Exp $'
   315     ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.22 1996-04-12 16:37:46 cg Exp $'
   311 ! !
   316 ! !