Tools__StringSearchToolForTextView.st
changeset 8925 b8b7037e19fd
parent 8915 a46603e1539b
child 8956 c69ca30a3fa7
equal deleted inserted replaced
8924:a7ae4ef92f1e 8925:b8b7037e19fd
   128                     hasCharacterOrientedLabel: false
   128                     hasCharacterOrientedLabel: false
   129                     translateLabel: true
   129                     translateLabel: true
   130                     model: searchPreviousTextButtonPressed
   130                     model: searchPreviousTextButtonPressed
   131                   )
   131                   )
   132                  (CheckBoxSpec
   132                  (CheckBoxSpec
   133                     label: 'Ignore case'
   133                     label: 'Case'
   134                     name: 'IgnoreCaseCheckBox'
   134                     name: 'DoNotIgnoreCaseCheckBox'
   135                     layout: (LayoutFrame 312 0 1 0 424 0 23 0)
   135                     layout: (LayoutFrame 312 0 1 0 424 0 23 0)
   136                     model: ignoreCaseHolder
   136                     model: doNotIgnoreCaseHolder
   137                     translateLabel: true
   137                     translateLabel: true
   138                   )
   138                   )
   139                  (CheckBoxSpec
   139                  (CheckBoxSpec
   140                     label: 'Match'
   140                     label: 'Match'
   141                     name: 'MatchCheckBox'
   141                     name: 'MatchCheckBox'
   486 ! !
   486 ! !
   487 
   487 
   488 !StringSearchToolForTextView class methodsFor:'documentation'!
   488 !StringSearchToolForTextView class methodsFor:'documentation'!
   489 
   489 
   490 version
   490 version
   491     ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.11 2009-10-09 14:14:37 fm Exp $'
   491     ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.12 2009-10-09 17:46:58 cg Exp $'
   492 !
   492 !
   493 
   493 
   494 version_CVS
   494 version_CVS
   495     ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.11 2009-10-09 14:14:37 fm Exp $'
   495     ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.12 2009-10-09 17:46:58 cg Exp $'
   496 ! !
   496 ! !