comment: #filterToSearchRefsTo:instVars:classVars:globals:access:
authorClaus Gittinger <cg@exept.de>
Fri, 25 Nov 2011 14:05:26 +0100
changeset 10897 77388222c40e
parent 10896 b8ca421a95c1
child 10898 c900ee75d13a
comment: #filterToSearchRefsTo:instVars:classVars:globals:access:
SystemBrowser.st
--- a/SystemBrowser.st	Fri Nov 25 14:04:58 2011 +0100
+++ b/SystemBrowser.st	Fri Nov 25 14:05:26 2011 +0100
@@ -3560,7 +3560,7 @@
             needMatch ifFalse:[
                 "
                  before doing a slow parse, quickly scan the
-                 methods source for the variables name ...
+                 method's source for the variable's name ...
                 "
                 (varName includes:$:) ifTrue:[
                     result := (src findString:(varName copyFrom:(varName lastIndexOf:$:)+1)) ~~ 0.
@@ -3631,7 +3631,8 @@
     ].
     ^ searchBlock
 
-    "Modified: 19.6.1997 / 18:27:57 / cg"
+    "Modified: / 19-06-1997 / 18:27:57 / cg"
+    "Modified (format): / 25-11-2011 / 14:00:44 / cg"
 !
 
 findAnyResourceIn:aCollectionOfClasses 
@@ -5771,7 +5772,7 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.296 2011-08-08 15:26:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.297 2011-11-25 13:05:26 cg Exp $'
 !
 
 version_SVN