changed: #globalNameCompletion:
authorClaus Gittinger <cg@exept.de>
Mon, 14 Dec 2009 11:19:40 +0100
changeset 12614 b8fca618dcb6
parent 12613 8e75b84de318
child 12615 a175f9ff4a74
changed: #globalNameCompletion:
Smalltalk.st
--- a/Smalltalk.st	Fri Dec 11 18:25:28 2009 +0100
+++ b/Smalltalk.st	Mon Dec 14 11:19:40 2009 +0100
@@ -2942,7 +2942,7 @@
      2 entries: 1st: the best (longest) match
                 2nd: collection consisting of matching names"
 
-    ^ DoWhatIMeanSupport globalNameCompletion:aPartialGlobalName inEnvironment:self
+    ^ DoWhatIMeanSupport globalNameCompletion:aPartialGlobalName inEnvironment:self match:true
 
     "
      Smalltalk globalnameCompletion:'Arr'
@@ -7415,9 +7415,9 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.917 2009-12-11 17:25:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.918 2009-12-14 10:19:40 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.917 2009-12-11 17:25:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.918 2009-12-14 10:19:40 cg Exp $'
 ! !