ContextInspectorView.st
changeset 12932 63707ac51242
parent 12904 550f2f25a5b4
child 12935 2149c6971ded
--- a/ContextInspectorView.st	Thu Jun 20 13:18:38 2013 +0200
+++ b/ContextInspectorView.st	Thu Jun 20 13:19:04 2013 +0200
@@ -381,6 +381,13 @@
               ).
 
     sel := self selection.
+
+    (sel isSymbol) ifTrue:[
+        items := items , #(
+                       ('Browse Implementors'           #browseImplementorsOfSymbolValue)
+              ).
+    ].
+
     Error 
         handle:[:ex| ]
         do:[
@@ -646,10 +653,10 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.83 2013-06-14 12:25:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.84 2013-06-20 11:19:04 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.83 2013-06-14 12:25:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.84 2013-06-20 11:19:04 cg Exp $'
 ! !