Tools__MethodRewriter.st
branchjv
changeset 15665 86f15e4dcebf
parent 15634 fb1ac619f9c3
parent 15662 24d56a307758
child 15810 9e6f3799b239
equal deleted inserted replaced
15661:99f2c47afd96 15665:86f15e4dcebf
   924     ].
   924     ].
   925     self classes:allClasses.
   925     self classes:allClasses.
   926 !
   926 !
   927 
   927 
   928 replacePattern
   928 replacePattern
   929     ^ replaceTextView contents trimSeparators
   929     ^ replaceTextView contents withoutSeparators
   930 
   930 
   931     "Created: / 21-07-2007 / 06:29:22 / janfrog"
   931     "Created: / 21-07-2007 / 06:29:22 / janfrog"
   932 !
   932 !
   933 
   933 
   934 replacePattern: pattern
   934 replacePattern: pattern
   935     ^ replaceTextView contents: pattern trimSeparators
   935     ^ replaceTextView contents: pattern withoutSeparators
   936 
   936 
   937     "Created: / 12-12-2007 / 11:38:22 / janfrog"
   937     "Created: / 12-12-2007 / 11:38:22 / janfrog"
   938 !
   938 !
   939 
   939 
   940 ruleTemplate
   940 ruleTemplate
   986      self new rules
   986      self new rules
   987     "
   987     "
   988 !
   988 !
   989 
   989 
   990 searchPattern
   990 searchPattern
   991     ^ searchTextView contents trimSeparators
   991     ^ searchTextView contents withoutSeparators
   992 
   992 
   993     "Created: / 20-07-2007 / 16:51:49 / janfrog"
   993     "Created: / 20-07-2007 / 16:51:49 / janfrog"
   994     "Modified: / 21-07-2007 / 06:29:29 / janfrog"
   994     "Modified: / 21-07-2007 / 06:29:29 / janfrog"
   995 !
   995 !
   996 
   996 
   997 searchPattern: pattern
   997 searchPattern: pattern
   998     ^ searchTextView contents: pattern trimSeparators
   998     ^ searchTextView contents: pattern withoutSeparators
   999 
   999 
  1000     "Created: / 12-12-2007 / 11:38:12 / janfrog"
  1000     "Created: / 12-12-2007 / 11:38:12 / janfrog"
  1001 !
  1001 !
  1002 
  1002 
  1003 selectedClasses
  1003 selectedClasses
  1694 ! !
  1694 ! !
  1695 
  1695 
  1696 !MethodRewriter class methodsFor:'documentation'!
  1696 !MethodRewriter class methodsFor:'documentation'!
  1697 
  1697 
  1698 version
  1698 version
  1699     ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodRewriter.st,v 1.25 2015-05-11 15:25:48 cg Exp $'
  1699     ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodRewriter.st,v 1.26 2015-05-23 12:47:03 cg Exp $'
  1700 !
  1700 !
  1701 
  1701 
  1702 version_CVS
  1702 version_CVS
  1703     ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodRewriter.st,v 1.25 2015-05-11 15:25:48 cg Exp $'
  1703     ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodRewriter.st,v 1.26 2015-05-23 12:47:03 cg Exp $'
  1704 !
  1704 !
  1705 
  1705 
  1706 version_SVN
  1706 version_SVN
  1707     ^ '$Id: Tools__MethodRewriter.st,v 1.25 2015-05-11 15:25:48 cg Exp $'
  1707     ^ '$Id: Tools__MethodRewriter.st,v 1.26 2015-05-23 12:47:03 cg Exp $'
  1708 ! !
  1708 ! !
  1709 
  1709