Tools__StringSearchTool.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 15566 184cea584be5
--- a/Tools__StringSearchTool.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/Tools__StringSearchTool.st	Wed Feb 27 12:34:59 2013 +0000
@@ -70,7 +70,6 @@
 "
 ! !
 
-
 !StringSearchTool class methodsFor:'accessing'!
 
 lastMatchCase
@@ -93,7 +92,6 @@
     LastRestart := aBoolean
 ! !
 
-
 !StringSearchTool class methodsFor:'image specs'!
 
 closeSearchBarIcon
@@ -281,7 +279,6 @@
 (Q0_$1XZ#1X["A(]^QPX&34>?;&).&-Z/6]Y06MU1&AR/5UG15-N0EYF1&EO0&EN/&EP.6AN.%5N.5-M.5%P/UYQ.$)I.4)L0UQW/U-\+5YX5XFA') ; mask:((Depth1Image new) width: 22; height: 19; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@C G@G0C@O0C@O8C@_8C@?<C@?<CA?>CC??CC??CC??#G??#O??3O??3_??;????????????????') ; yourself); yourself]
 ! !
 
-
 !StringSearchTool class methodsFor:'interface specs'!
 
 windowSpec
@@ -395,7 +392,6 @@
       )
 ! !
 
-
 !StringSearchTool methodsFor:'accessing'!
 
 closeBlock
@@ -446,7 +442,6 @@
     ^ searchTextView contents
 ! !
 
-
 !StringSearchTool methodsFor:'aspects'!
 
 matchCaseHolder
@@ -512,7 +507,6 @@
     "Created: / 15-06-2007 / 18:07:19 / Administrador"
 ! !
 
-
 !StringSearchTool methodsFor:'change & update'!
 
 matchCaseHolderChanged
@@ -576,7 +570,6 @@
     "Modified: / 16-06-2007 / 09:21:27 / Administrador"
 ! !
 
-
 !StringSearchTool methodsFor:'images'!
 
 restartSearchBarIcon
@@ -589,7 +582,6 @@
     ^ self class warningSearchBarIcon
 ! !
 
-
 !StringSearchTool methodsFor:'initialization & release'!
 
 commonPostOpen
@@ -604,7 +596,6 @@
     "Created: / 15-06-2007 / 18:17:15 / Administrador"
 ! !
 
-
 !StringSearchTool methodsFor:'private'!
 
 searchReachEndOrBeginningIcon
@@ -636,7 +627,6 @@
     "Created: / 16-06-2007 / 06:29:00 / Administrador"
 ! !
 
-
 !StringSearchTool methodsFor:'public'!
 
 escapePressed
@@ -712,7 +702,6 @@
     searchTextView requestFocus.
 ! !
 
-
 !StringSearchTool methodsFor:'searching'!
 
 hideSearchBar
@@ -802,7 +791,6 @@
 "/            ignoreCase: ignoreCase 
 ! !
 
-
 !StringSearchTool class methodsFor:'documentation'!
 
 version
@@ -813,6 +801,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchTool.st,v 1.21 2013-01-17 11:18:42 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id: Tools__StringSearchTool.st 7854 2012-01-30 17:49:41Z vranyj1 $'
 ! !