AbstractSettingsApplication.st
changeset 15300 a714eec33295
parent 15258 27aafcf5e745
child 15387 5e797a7bb6c7
--- a/AbstractSettingsApplication.st	Sun Feb 15 15:54:18 2015 +0100
+++ b/AbstractSettingsApplication.st	Mon Feb 16 01:56:06 2015 +0100
@@ -4102,214 +4102,214 @@
        name: windowSpec
        window:
       (WindowSpec
-	 label: 'Editor Settings'
-	 name: 'Editor Settings'
-	 flags: 1
-	 min: (Point 10 10)
-	 bounds: (Rectangle 0 0 658 543)
+         label: 'Editor Settings'
+         name: 'Editor Settings'
+         flags: 1
+         min: (Point 10 10)
+         bounds: (Rectangle 0 0 658 543)
        )
        component:
       (SpecCollection
-	 collection: (
-	  (VerticalPanelViewSpec
-	     name: 'VerticalPanel1'
-	     layout: (LayoutFrame 0 0 0 0 0 1 0 1)
-	     horizontalLayout: fit
-	     verticalLayout: top
-	     horizontalSpace: 3
-	     verticalSpace: 3
-	     component:
-	    (SpecCollection
-	       collection: (
-		(CheckBoxSpec
-		   label: 'Use the New Code Editor2 (experimental)'
-		   name: 'UserCodeView2'
-		   activeHelpKey: useNewCodeView2
-		   model: useCodeView2InTools
-		   extent: (Point 658 25)
-		   translateLabel: true
-		 )
-		(CheckBoxSpec
-		   label: 'Show Accept/Cancel Bar in Editor'
-		   name: 'ShowAcceptCancelBarInBrowser'
-		   activeHelpKey: showAcceptCancelBar
-		   model: showAcceptCancelBarInBrowser
-		   extent: (Point 658 25)
-		   translateLabel: true
-		 )
-		(CheckBoxSpec
-		   label: 'SearchBox is Modal'
-		   name: 'SearchBoxModalCheckBox'
-		   activeHelpKey: searchBoxIsModal
-		   model: searchDialogIsModal
-		   translateLabel: true
-		   extent: (Point 658 25)
-		 )
-		(DividerSpec
-		   name: 'Separator6'
-		   extent: (Point 658 4)
-		 )
-		(CheckBoxSpec
-		   label: 'Code Completion as you Type (experimental)'
-		   name: 'CheckBox5'
-		   activeHelpKey: immediateCodeCompletion
-		   model: immediateCodeCompletion
-		   translateLabel: true
-		   extent: (Point 658 25)
-		 )
-		(ViewSpec
-		   name: 'Box1'
-		   component:
-		  (SpecCollection
-		     collection: (
-		      (CheckBoxSpec
-			 label: 'Code Completion on CTRL Key (experimental)'
-			 name: 'CheckBox6'
-			 layout: (LayoutFrame 0 0 0 0 350 0 25 0)
-			 activeHelpKey: codeCompletionOnControlKey
-			 model: codeCompletionOnControlKey
-			 translateLabel: true
-		       )
-		      (CheckBoxSpec
-			 label: 'On TAB Key (experimental)'
-			 name: 'CheckBox7'
-			 layout: (LayoutFrame 380 0 0 0 658 0 25 0)
-			 activeHelpKey: codeCompletionOnTabKey
-			 model: codeCompletionOnTabKey
-			 translateLabel: true
-		       )
-		      )
-
-		   )
-		   extent: (Point 658 25)
-		 )
-		(CheckBoxSpec
-		   label: 'Shift/CTRL for Navigation in Completion List'
-		   name: 'CheckBox8'
-		   activeHelpKey: codeCompletionViewKeyboardNavigationNeedsModifier
-		   model: codeCompletionViewKeyboardNavigationNeedsModifier
-		   translateLabel: true
-		   extent: (Point 658 25)
-		 )
-		(DividerSpec
-		   name: 'Separator5'
-		   extent: (Point 658 4)
-		 )
-		(CheckBoxSpec
-		   label: 'Tab Stops in Multiples of 4'
-		   name: 'TabStopsMultiples4CheckBox'
-		   activeHelpKey: tabStops4
-		   model: tabsIs4
-		   translateLabel: true
-		   extent: (Point 658 25)
-		 )
-		(DividerSpec
-		   name: 'Separator2'
-		   extent: (Point 658 4)
-		 )
-		(CheckBoxSpec
-		   label: 'CTRL-Key to Start TextDrag'
-		   name: 'CTRLKeyStTextDragCheckBox'
-		   activeHelpKey: startTextDragWithCTRL
-		   model: startTextDragWithControl
-		   translateLabel: true
-		   extent: (Point 658 25)
-		 )
-		(CheckBoxSpec
-		   label: 'Always Paste the Contents when Dropping a File (Do not Ask) '
-		   name: 'EnforceContentsDropForFiles'
-		   activeHelpKey: alwaysPasteFileContents
-		   model: enforceContentsDropForFiles
-		   translateLabel: true
-		   extent: (Point 658 25)
-		 )
-		(DividerSpec
-		   name: 'Separator4'
-		   extent: (Point 658 4)
-		 )
-		(CheckBoxSpec
-		   label: 'Autoindent (Position Cursor on Return Key in Code Editors)'
-		   name: 'CheckBox3'
-		   activeHelpKey: autoIndentInCodeView
-		   model: autoIndentInCodeView
-		   translateLabel: true
-		   extent: (Point 658 25)
-		 )
-		(CheckBoxSpec
-		   label: 'Cursor has Traditional Line-End Behavior'
-		   name: 'CursorST80LineEndBehaviorCheckBox'
-		   activeHelpKey: st80EditMode
-		   model: st80EditMode
-		   translateLabel: true
-		   extent: (Point 658 25)
-		 )
-		(DividerSpec
-		   name: 'Separator3'
-		   extent: (Point 658 4)
-		 )
-		(CheckBoxSpec
-		   label: 'Select all when Clicking beyond the Text''s End'
-		   name: 'CheckBox2'
-		   activeHelpKey: selectAllWhenClickingBeyondEnd
-		   model: selectAllWhenClickingBeyondEnd
-		   translateLabel: true
-		   extent: (Point 658 25)
-		 )
-		(CheckBoxSpec
-		   label: 'Double Click Select Behavior as in ST80'
-		   name: 'DoubleClickSelectBehaviorST80CheckBox'
-		   activeHelpKey: st80DoubleClickSelectMode
-		   model: st80DoubleClickSelectMode
-		   translateLabel: true
-		   extent: (Point 658 25)
-		 )
-		(CheckBoxSpec
-		   label: 'Treat Underscore as Letter in Word-Select'
-		   name: 'UnderscoreIsLetterCheckBox'
-		   activeHelpKey: extendedWordSelectMode
-		   model: extendedWordSelectMode
-		   translateLabel: true
-		   extent: (Point 658 25)
-		 )
-		(CheckBoxSpec
-		   label: 'Any non-Whitespace in Word-Select'
-		   name: 'CheckBox1'
-		   activeHelpKey: whitespaceWordSelectMode
-		   model: whitespaceWordSelectMode
-		   translateLabel: true
-		   extent: (Point 658 25)
-		 )
-		(DividerSpec
-		   name: 'Separator7'
-		   extent: (Point 658 4)
-		 )
-		(RadioButtonSpec
-		   label: 'Traditional ST/X Selection Mode'
-		   name: 'RadioButton1'
-		   activeHelpKey: selectionExtensionModelTraditional
-		   model: selectionExtensionMode
-		   translateLabel: true
-		   enableChannel: selectionExtensionModeEnabled
-		   isTriggerOnDown: true
-		   select: traditional
-		   extent: (Point 658 22)
-		 )
-		(RadioButtonSpec
-		   label: 'Standard Selection Mode'
-		   name: 'RadioButton2'
-		   activeHelpKey: selectionExtensionModelStandard
-		   model: selectionExtensionMode
-		   enableChannel: selectionExtensionModeEnabled
-		   isTriggerOnDown: true
-		   select: standard
-		   extent: (Point 658 22)
-		   translateLabel: true
-		 )
-		)
-
-	     )
-	   )
-	  )
+         collection: (
+          (VerticalPanelViewSpec
+             name: 'VerticalPanel1'
+             layout: (LayoutFrame 0 0 0 0 0 1 0 1)
+             horizontalLayout: fit
+             verticalLayout: top
+             horizontalSpace: 3
+             verticalSpace: 3
+             component:
+            (SpecCollection
+               collection: (
+                (CheckBoxSpec
+                   label: 'Use the New Code Editor2 (experimental)'
+                   name: 'UserCodeView2'
+                   activeHelpKey: useNewCodeView2
+                   model: useCodeView2InTools
+                   extent: (Point 658 25)
+                   translateLabel: true
+                 )
+                (CheckBoxSpec
+                   label: 'Show Accept/Cancel Bar in Editor'
+                   name: 'ShowAcceptCancelBarInBrowser'
+                   activeHelpKey: showAcceptCancelBar
+                   model: showAcceptCancelBarInBrowser
+                   extent: (Point 658 25)
+                   translateLabel: true
+                 )
+                (CheckBoxSpec
+                   label: 'SearchBox is Modal'
+                   name: 'SearchBoxModalCheckBox'
+                   activeHelpKey: searchBoxIsModal
+                   model: searchDialogIsModal
+                   translateLabel: true
+                   extent: (Point 658 25)
+                 )
+                (DividerSpec
+                   name: 'Separator6'
+                   extent: (Point 658 4)
+                 )
+                (CheckBoxSpec
+                   label: 'Code Completion as you Type (experimental)'
+                   name: 'CheckBox5'
+                   activeHelpKey: immediateCodeCompletion
+                   model: immediateCodeCompletion
+                   translateLabel: true
+                   extent: (Point 658 25)
+                 )
+                (ViewSpec
+                   name: 'Box1'
+                   component:
+                  (SpecCollection
+                     collection: (
+                      (CheckBoxSpec
+                         label: 'Code Completion on CTRL Key (experimental)'
+                         name: 'CheckBox6'
+                         layout: (LayoutFrame 0 0 0 0 350 0 25 0)
+                         activeHelpKey: codeCompletionOnControlKey
+                         model: codeCompletionOnControlKey
+                         translateLabel: true
+                       )
+                      (CheckBoxSpec
+                         label: 'On TAB Key (experimental)'
+                         name: 'CheckBox7'
+                         layout: (LayoutFrame 380 0 0 0 658 0 25 0)
+                         activeHelpKey: codeCompletionOnTabKey
+                         model: codeCompletionOnTabKey
+                         translateLabel: true
+                       )
+                      )
+
+                   )
+                   extent: (Point 658 25)
+                 )
+                (CheckBoxSpec
+                   label: 'Shift/CTRL for Navigation in Completion List'
+                   name: 'CheckBox8'
+                   activeHelpKey: codeCompletionViewKeyboardNavigationNeedsModifier
+                   model: codeCompletionViewKeyboardNavigationNeedsModifier
+                   translateLabel: true
+                   extent: (Point 658 25)
+                 )
+                (DividerSpec
+                   name: 'Separator5'
+                   extent: (Point 658 4)
+                 )
+                (CheckBoxSpec
+                   label: 'Tab Stops in Multiples of 4'
+                   name: 'TabStopsMultiples4CheckBox'
+                   activeHelpKey: tabStops4
+                   model: tabsIs4
+                   translateLabel: true
+                   extent: (Point 658 25)
+                 )
+                (DividerSpec
+                   name: 'Separator2'
+                   extent: (Point 658 4)
+                 )
+                (CheckBoxSpec
+                   label: 'CTRL-Key to Start TextDrag'
+                   name: 'CTRLKeyStTextDragCheckBox'
+                   activeHelpKey: startTextDragWithCTRL
+                   model: startTextDragWithControl
+                   translateLabel: true
+                   extent: (Point 658 25)
+                 )
+                (CheckBoxSpec
+                   label: 'Always Paste the Contents when Dropping a File (Do not Ask) '
+                   name: 'EnforceContentsDropForFiles'
+                   activeHelpKey: alwaysPasteFileContents
+                   model: enforceContentsDropForFiles
+                   translateLabel: true
+                   extent: (Point 658 25)
+                 )
+                (DividerSpec
+                   name: 'Separator4'
+                   extent: (Point 658 4)
+                 )
+                (CheckBoxSpec
+                   label: 'Autoindent (Position Cursor on Return Key in Code Editors)'
+                   name: 'CheckBox3'
+                   activeHelpKey: autoIndentInCodeView
+                   model: autoIndentInCodeView
+                   translateLabel: true
+                   extent: (Point 658 25)
+                 )
+                (CheckBoxSpec
+                   label: 'Cursor has Standard Line-End Behavior'
+                   name: 'CursorST80LineEndBehaviorCheckBox'
+                   activeHelpKey: st80EditMode
+                   model: st80EditMode
+                   translateLabel: true
+                   extent: (Point 658 25)
+                 )
+                (DividerSpec
+                   name: 'Separator3'
+                   extent: (Point 658 4)
+                 )
+                (CheckBoxSpec
+                   label: 'Select all when Clicking beyond the Text''s End'
+                   name: 'CheckBox2'
+                   activeHelpKey: selectAllWhenClickingBeyondEnd
+                   model: selectAllWhenClickingBeyondEnd
+                   translateLabel: true
+                   extent: (Point 658 25)
+                 )
+                (CheckBoxSpec
+                   label: 'Double Click Select Behavior as in ST80'
+                   name: 'DoubleClickSelectBehaviorST80CheckBox'
+                   activeHelpKey: st80DoubleClickSelectMode
+                   model: st80DoubleClickSelectMode
+                   translateLabel: true
+                   extent: (Point 658 25)
+                 )
+                (CheckBoxSpec
+                   label: 'Treat Underscore as Letter in Word-Select'
+                   name: 'UnderscoreIsLetterCheckBox'
+                   activeHelpKey: extendedWordSelectMode
+                   model: extendedWordSelectMode
+                   translateLabel: true
+                   extent: (Point 658 25)
+                 )
+                (CheckBoxSpec
+                   label: 'Any non-Whitespace in Word-Select'
+                   name: 'CheckBox1'
+                   activeHelpKey: whitespaceWordSelectMode
+                   model: whitespaceWordSelectMode
+                   translateLabel: true
+                   extent: (Point 658 25)
+                 )
+                (DividerSpec
+                   name: 'Separator7'
+                   extent: (Point 658 4)
+                 )
+                (RadioButtonSpec
+                   label: 'Traditional ST/X Selection Mode'
+                   name: 'RadioButton1'
+                   activeHelpKey: selectionExtensionModelTraditional
+                   model: selectionExtensionMode
+                   translateLabel: true
+                   enableChannel: selectionExtensionModeEnabled
+                   isTriggerOnDown: true
+                   select: traditional
+                   extent: (Point 658 22)
+                 )
+                (RadioButtonSpec
+                   label: 'Standard Selection Mode'
+                   name: 'RadioButton2'
+                   activeHelpKey: selectionExtensionModelStandard
+                   model: selectionExtensionMode
+                   enableChannel: selectionExtensionModeEnabled
+                   isTriggerOnDown: true
+                   select: standard
+                   extent: (Point 658 22)
+                   translateLabel: true
+                 )
+                )
+
+             )
+           )
+          )
 
        )
      )
@@ -19013,10 +19013,10 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.586 2015-02-13 10:44:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.587 2015-02-16 00:56:06 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.586 2015-02-13 10:44:07 cg Exp $'
-! !
-
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.587 2015-02-16 00:56:06 cg Exp $'
+! !
+