comment/format in: #again
authorfm
Thu, 22 Oct 2009 12:27:30 +0200
changeset 4011 99abb55d78bc
parent 4010 9c22bd531240
child 4012 965c010b4ee9
comment/format in: #again
EditTextView.st
--- a/EditTextView.st	Thu Oct 22 12:11:08 2009 +0200
+++ b/EditTextView.st	Thu Oct 22 12:27:30 2009 +0200
@@ -6961,6 +6961,7 @@
         (s endsWith:Character cr) ifTrue:[s := s copyWithoutLast:1].
     "/        s := s withoutSpaces.        "XXX - replacing text with spaces ..."
 
+        "set the lastStringToReplace as the next search string"
         lastStringFromReplace := s.
 
         savedSelectStyle := selectStyle.
@@ -7568,9 +7569,9 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.468 2009-10-22 10:11:08 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.469 2009-10-22 10:27:30 fm Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.468 2009-10-22 10:11:08 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.469 2009-10-22 10:27:30 fm Exp $'
 ! !