#UI_ENHANCEMENT
authorClaus Gittinger <cg@exept.de>
Sun, 17 Jan 2016 20:15:19 +0100
changeset 5557 6578803bd491
parent 5556 0a908345e353
child 5558 1f88342b4dd9
#UI_ENHANCEMENT class: TextView changed: #searchDialogSpec
TextView.st
--- a/TextView.st	Sun Jan 17 20:14:38 2016 +0100
+++ b/TextView.st	Sun Jan 17 20:15:19 2016 +0100
@@ -394,7 +394,7 @@
          name: 'String search'
          min: (Point 10 10)
          max: (Point 1280 1024)
-         bounds: (Rectangle 0 0 420 323)
+         bounds: (Rectangle 0 0 429 349)
        )
        component: 
       (SpecCollection
@@ -438,7 +438,7 @@
                    tabable: true
                    model: caseSensitive
                    translateLabel: true
-                   extent: (Point 420 24)
+                   extent: (Point 429 24)
                  )
                 (ViewSpec
                    name: 'MatchBox'
@@ -459,16 +459,16 @@
                          label: 'Regex Match'
                          name: 'CheckBox6'
                          layout: (LayoutFrame -151 1 0 0 0 1 22 0)
+                         activeHelpKey: matchWithRegex
                          visibilityChannel: matchWithRegexVisible
                          enableChannel: match
                          model: matchWithRegex
                          translateLabel: true
-                         activeHelpKey: matchWithRegex
                        )
                       )
                     
                    )
-                   extent: (Point 420 24)
+                   extent: (Point 429 24)
                  )
                 (CheckBoxSpec
                    label: 'Search Full Words'
@@ -479,7 +479,7 @@
                    tabable: true
                    model: searchFullWord
                    translateLabel: true
-                   extent: (Point 420 24)
+                   extent: (Point 429 24)
                  )
                 (CheckBoxSpec
                    label: 'At Begin of Line Only'
@@ -489,7 +489,7 @@
                    tabable: true
                    model: searchAtBeginOfLineOnly
                    translateLabel: true
-                   extent: (Point 420 24)
+                   extent: (Point 429 24)
                  )
                 (CheckBoxSpec
                    label: 'Variable Only'
@@ -502,7 +502,7 @@
                    model: searchVariable
                    translateLabel: true
                    labelChannel: stringWithVariableUnderCursorHolder
-                   extent: (Point 420 24)
+                   extent: (Point 429 24)
                  )
                 (CheckBoxSpec
                    label: 'Select Lines'
@@ -523,7 +523,7 @@
                    tabable: true
                    model: wrapAtEndOfTextHolder
                    translateLabel: true
-                   extent: (Point 420 24)
+                   extent: (Point 429 24)
                  )
                 (HorizontalPanelViewSpec
                    name: 'HorizontalPanel1'
@@ -555,12 +555,12 @@
                          acceptOnReturn: true
                          acceptOnTab: true
                          acceptOnPointerLeave: true
-                         extent: (Point 290 24)
+                         extent: (Point 299 24)
                        )
                       )
                     
                    )
-                   extent: (Point 420 24)
+                   extent: (Point 429 24)
                  )
                 (CheckBoxSpec
                    label: '  Replace All (to End of Text)'
@@ -571,18 +571,18 @@
                    tabable: true
                    model: replaceAllBoolean
                    translateLabel: true
-                   extent: (Point 420 24)
+                   extent: (Point 429 24)
                  )
                 (CheckBoxSpec
                    label: '  Preserve Case'
-                   name: 'CheckBox8'
+                   name: 'CheckBox9'
                    activeHelpKey: replacePreserveCase
                    level: 0
                    visibilityChannel: replaceBoolean
                    tabable: true
                    model: replacePreserveCaseBoolean
                    translateLabel: true
-                   extent: (Point 420 24)
+                   extent: (Point 429 24)
                  )
                 )