Tools__MethodRewriter.st
changeset 15662 24d56a307758
parent 15631 b034f8b18413
child 15665 86f15e4dcebf
child 15814 2817c7c730c2
--- a/Tools__MethodRewriter.st	Fri May 22 11:52:13 2015 +0200
+++ b/Tools__MethodRewriter.st	Sat May 23 14:47:03 2015 +0200
@@ -926,13 +926,13 @@
 !
 
 replacePattern
-    ^ replaceTextView contents trimSeparators
+    ^ replaceTextView contents withoutSeparators
 
     "Created: / 21-07-2007 / 06:29:22 / janfrog"
 !
 
 replacePattern: pattern
-    ^ replaceTextView contents: pattern trimSeparators
+    ^ replaceTextView contents: pattern withoutSeparators
 
     "Created: / 12-12-2007 / 11:38:22 / janfrog"
 !
@@ -988,14 +988,14 @@
 !
 
 searchPattern
-    ^ searchTextView contents trimSeparators
+    ^ searchTextView contents withoutSeparators
 
     "Created: / 20-07-2007 / 16:51:49 / janfrog"
     "Modified: / 21-07-2007 / 06:29:29 / janfrog"
 !
 
 searchPattern: pattern
-    ^ searchTextView contents: pattern trimSeparators
+    ^ searchTextView contents: pattern withoutSeparators
 
     "Created: / 12-12-2007 / 11:38:12 / janfrog"
 !
@@ -1696,14 +1696,14 @@
 !MethodRewriter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodRewriter.st,v 1.25 2015-05-11 15:25:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodRewriter.st,v 1.26 2015-05-23 12:47:03 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodRewriter.st,v 1.25 2015-05-11 15:25:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodRewriter.st,v 1.26 2015-05-23 12:47:03 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__MethodRewriter.st,v 1.25 2015-05-11 15:25:48 cg Exp $'
+    ^ '$Id: Tools__MethodRewriter.st,v 1.26 2015-05-23 12:47:03 cg Exp $'
 ! !