#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Tue, 03 May 2016 13:18:51 +0200
changeset 16383 de3721feb714
parent 16382 52235f9d335f
child 16384 c8ad46b886c6
#UI_ENHANCEMENT by cg class: AbstractSettingsApplication
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Tue May 03 13:18:35 2016 +0200
+++ b/AbstractSettingsApplication.st	Tue May 03 13:18:51 2016 +0200
@@ -4641,33 +4641,33 @@
      the UIHelpTool may not be able to read the specification."
 
     "
-     UIHelpTool openOnClass:AbstractSettingsApplication::FontSettingsAppl
+     UIHelpTool openOnClass:AbstractSettingsApplication::EditSettingsAppl
     "
 
     <resource: #help>
 
     ^ super flyByHelpSpec addPairsFrom:#(
 
-#resetToDefault
-'Reset fonts back to original default values (as specified in the window style-file and OS settings)'
-
-#changeToHighContrast
-'Change settings for higher contrast. Useful for presentations and outdor operation'
-
-#changeToBigFonts
-'Change settings for bigger fonts. Useful for presentations'
-
-#changeToHugeFonts
-'Change settings for huge fonts. Useful for presentations'
-
-#changeToSTXLook
-'Change settings for an ST/X-like look (fixed-width code fonts)'
-
-#changeToSqueakLook
-'Change settings for a Squeak-like look (variable fonts)'
-
-#changeToVisualAgeLook
-'Change settings for a VisualAge-like look (bold variable fonts)'
+"/#resetToDefault
+"/'Reset fonts back to original default values (as specified in the window style-file and OS settings)'
+"/
+"/#changeToHighContrast
+"/'Change settings for higher contrast. Useful for presentations and outdor operation'
+"/
+"/#changeToBigFonts
+"/'Change settings for bigger fonts. Useful for presentations'
+"/
+"/#changeToHugeFonts
+"/'Change settings for huge fonts. Useful for presentations'
+"/
+"/#changeToSTXLook
+"/'Change settings for an ST/X-like look (fixed-width code fonts)'
+"/
+"/#changeToSqueakLook
+"/'Change settings for a Squeak-like look (variable fonts)'
+"/
+"/#changeToVisualAgeLook
+"/'Change settings for a VisualAge-like look (bold variable fonts)'
 
 #immediateCodeCompletion
 'Show code completion suggestions as you type.\This is an experimental feature, please disable it if you encounter problems.'
@@ -4728,27 +4728,6 @@
 
     "Created: / 17-03-2012 / 11:37:51 / cg"
     "Modified: / 27-03-2014 / 10:19:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-helpSpec
-    "This resource specification was automatically generated
-     by the UIHelpTool of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the UIHelpTool may not be able to read the specification."
-
-    "
-     UIHelpTool openOnClass:AbstractSettingsApplication::EditSettingsAppl    
-    "
-
-    <resource: #help>
-
-    ^ super helpSpec addPairsFrom:#(
-
-#codeCompletionOnControlKey
-''
-
-)
 ! !
 
 !AbstractSettingsApplication::EditSettingsAppl class methodsFor:'image specs'!
@@ -4801,7 +4780,7 @@
             (SpecCollection
                collection: (
                 (CheckBoxSpec
-                   label: 'Use the New Code Editor2 (experimental)'
+                   label: 'Use the New Code Editor (v2)'
                    name: 'UserCodeView2'
                    activeHelpKey: useNewCodeView2
                    model: useCodeView2InTools
@@ -4829,7 +4808,7 @@
                    extent: (Point 658 4)
                  )
                 (CheckBoxSpec
-                   label: 'Code Completion as you Type (experimental)'
+                   label: 'Code Completion as you Type'
                    name: 'CheckBox5'
                    activeHelpKey: immediateCodeCompletion
                    model: immediateCodeCompletion
@@ -4843,7 +4822,7 @@
                   (SpecCollection
                      collection: (
                       (CheckBoxSpec
-                         label: 'Code Completion on CTRL Key (experimental)'
+                         label: 'Code Completion on CTRL Key'
                          name: 'CheckBox6'
                          layout: (LayoutFrame 0 0 0 0 350 0 25 0)
                          activeHelpKey: codeCompletionOnControlKey
@@ -4851,7 +4830,7 @@
                          translateLabel: true
                        )
                       (CheckBoxSpec
-                         label: 'On TAB Key (experimental)'
+                         label: 'On TAB Key'
                          name: 'CheckBox7'
                          layout: (LayoutFrame 380 0 0 0 658 0 25 0)
                          activeHelpKey: codeCompletionOnTabKey