TextView.st
changeset 2835 efe44fb65536
parent 2834 be970a6f9333
child 2836 de07d386cfe8
--- a/TextView.st	Fri Jan 09 11:41:20 2004 +0100
+++ b/TextView.st	Wed Jan 14 17:04:25 2004 +0100
@@ -1827,7 +1827,7 @@
 
     search := [:fwd |
         pattern := patternHolder value.
-        pattern := pattern string withoutSeparators. "/ is that a good idea ?
+        pattern := pattern string. "/ is that a good idea ?
         pattern notEmpty ifTrue:[
             self rememberSearchPattern:pattern.
 
@@ -3734,7 +3734,7 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.220 2004-01-09 10:41:20 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.221 2004-01-14 16:04:21 cg Exp $'
 ! !
 
 TextView initialize!