ContextInspectorView.st
changeset 9351 99bd94741d5d
parent 9033 abeca4d8f0f0
child 9426 f4faa9c4aabc
equal deleted inserted replaced
9350:c94c232ef91e 9351:99bd94741d5d
   382     items := #(
   382     items := #(
   383                    ('Copy Name or Key'      #doCopyKey)
   383                    ('Copy Name or Key'      #doCopyKey)
   384                    ('-')
   384                    ('-')
   385                    ('Inspect'               #doInspect)
   385                    ('Inspect'               #doInspect)
   386                    ('BasicInspect'          #doBasicInspect)
   386                    ('BasicInspect'          #doBasicInspect)
   387                    ('Inspect Hierarchical'  #doNewInspect)
   387              ).
       
   388     NewInspector::NewInspectorView notNil ifTrue:[
       
   389         items := items , #(
       
   390                        ('Inspect Hierarchical'         #doNewInspect           )
       
   391                 ).
       
   392     ].
       
   393     items := items , #(
   388                    ('-')
   394                    ('-')
   389                    ('Browse'                #browse)
   395                    ('Browse'                #browse)
   390               ).
   396               ).
   391 
   397 
   392     sel := self selection.
   398     sel := self selection.
   648 ! !
   654 ! !
   649 
   655 
   650 !ContextInspectorView class methodsFor:'documentation'!
   656 !ContextInspectorView class methodsFor:'documentation'!
   651 
   657 
   652 version
   658 version
   653     ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.71 2009-10-22 12:40:39 cg Exp $'
   659     ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.72 2010-02-01 14:58:09 cg Exp $'
   654 !
   660 !
   655 
   661 
   656 version_CVS
   662 version_CVS
   657     ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.71 2009-10-22 12:40:39 cg Exp $'
   663     ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.72 2010-02-01 14:58:09 cg Exp $'
   658 ! !
   664 ! !