#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Wed, 12 Oct 2016 19:10:39 +0200
changeset 4108 667d0bdaf609
parent 4107 1782f8304c6c
child 4109 f76b70ec4c1d
#OTHER by cg class: KeywordInContextIndexBuilder changed: #forMethodSelectorIndex funny stringconstant which was a comment
KeywordInContextIndexBuilder.st
--- a/KeywordInContextIndexBuilder.st	Wed Oct 12 19:08:30 2016 +0200
+++ b/KeywordInContextIndexBuilder.st	Wed Oct 12 19:10:39 2016 +0200
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic2' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#KeywordInContextIndexBuilder
 	instanceVariableNames:'keywordToLinesMapping excluded separatorAlgorithm'
 	classVariableNames:''
@@ -222,9 +224,9 @@
                                         w nextPut:(frag last).
                                         keyWords add:(frag allButLast).
                                     ] ifFalse:[
-                                       ' frag := w contents.
-                                        w := '' writeStream.
-                                        keyWords add:frag. '.
+                                       "/ frag := w contents.
+                                       "/ w := '' writeStream.
+                                       "/ keyWords add:frag.
                                     ].
                                 ].
                             ].
@@ -341,10 +343,10 @@
 !KeywordInContextIndexBuilder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/KeywordInContextIndexBuilder.st,v 1.3 2014-02-25 07:19:54 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/KeywordInContextIndexBuilder.st,v 1.3 2014-02-25 07:19:54 cg Exp $'
+    ^ '$Header$'
 ! !