class: DoWhatIMeanSupport
authorClaus Gittinger <cg@exept.de>
Fri, 26 Jul 2013 21:56:21 +0200
changeset 4308 f1c31624744d
parent 4307 e6c7520c455e
child 4309 a558c52658d9
class: DoWhatIMeanSupport comment/format in: #codeCompletionForVariable:inClass:codeView:
DoWhatIMeanSupport.st
--- a/DoWhatIMeanSupport.st	Fri Jul 26 20:46:36 2013 +0200
+++ b/DoWhatIMeanSupport.st	Fri Jul 26 21:56:21 2013 +0200
@@ -3266,7 +3266,7 @@
     allVariables := OrderedCollection new.
     allDistances := OrderedCollection new.
 
-    "/ are we in the methods selector spec ?
+    "/ are we in the method's selector spec ?
     ((parent := node parent) notNil 
     and:[parent isMethod
     and:[parent arguments includes:node]]) ifTrue:[
@@ -3482,6 +3482,7 @@
     "Created: / 10-11-2006 / 13:16:33 / cg"
     "Modified: / 16-02-2010 / 10:13:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 22-08-2012 / 22:07:24 / cg"
+    "Modified (comment): / 26-07-2013 / 21:47:08 / cg"
 ! !
 
 !DoWhatIMeanSupport::InputCompletionResult class methodsFor:'instance creation'!
@@ -3507,10 +3508,10 @@
 !DoWhatIMeanSupport class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.110 2013-07-24 19:33:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.111 2013-07-26 19:56:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.110 2013-07-24 19:33:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.111 2013-07-26 19:56:21 cg Exp $'
 ! !