class: Workspace
authorClaus Gittinger <cg@exept.de>
Wed, 23 Apr 2014 02:32:58 +0200
changeset 5003 8d2610b84c45
parent 5002 169305a9fdf2
child 5004 08314fa44f18
class: Workspace comment/format in: #browseReferencesToIt
Workspace.st
--- a/Workspace.st	Wed Apr 23 02:32:21 2014 +0200
+++ b/Workspace.st	Wed Apr 23 02:32:58 2014 +0200
@@ -1760,7 +1760,7 @@
 !
 
 browseReferencesToIt
-    "open a browser on all references to the selected global"
+    "open a browser on all references to the selected global, poolvar or namespace class"
 
     |nameOfGlobal browserClass|
 
@@ -2290,10 +2290,10 @@
 !Workspace class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.326 2014-04-23 00:32:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.327 2014-04-23 00:32:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.326 2014-04-23 00:32:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/Workspace.st,v 1.327 2014-04-23 00:32:58 cg Exp $'
 ! !