# HG changeset patch # User Claus Gittinger # Date 1398213178 -7200 # Node ID 8d2610b84c45c14cff05dc8c82daf5f79e59ffc1 # Parent 169305a9fdf20dd98175fac26a9b418b5109ba9a class: Workspace comment/format in: #browseReferencesToIt diff -r 169305a9fdf2 -r 8d2610b84c45 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 $' ! !