class: DoWhatIMeanSupport
authorClaus Gittinger <cg@exept.de>
Thu, 29 Aug 2013 19:04:25 +0200
changeset 4348 d935a4f7c740
parent 4347 2b11c2f96dc4
child 4349 f494a369c0bc
class: DoWhatIMeanSupport changed: #codeCompletionForClass:context:codeView: #codeCompletionForMethod:orClass:context:codeView:into:
DoWhatIMeanSupport.st
--- a/DoWhatIMeanSupport.st	Thu Aug 29 16:42:12 2013 +0200
+++ b/DoWhatIMeanSupport.st	Thu Aug 29 19:04:25 2013 +0200
@@ -1251,6 +1251,7 @@
             self codeCompletionForLiteralSymbol:node inClass:classOrNil codeView:codeView.
             ^ self.
         ].
+        ^ self "/ huh - strings or what?
     ].
 
     checkedNode := node.
@@ -2272,6 +2273,7 @@
             self codeCompletionForLiteralSymbol:node into:actionBlock.
             ^ self.
         ].
+        ^ self "/ huh - strings or what?
     ].
 
     checkedNode := node.
@@ -3698,10 +3700,10 @@
 !DoWhatIMeanSupport class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.125 2013-08-28 15:16:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.126 2013-08-29 17:04:25 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.125 2013-08-28 15:16:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/DoWhatIMeanSupport.st,v 1.126 2013-08-29 17:04:25 cg Exp $'
 ! !