SettingsDialog.st
changeset 17468 b1b6e86ca6d1
parent 17431 eeaf0c548e84
child 17469 4f0ca3451466
--- a/SettingsDialog.st	Tue Mar 14 20:36:52 2017 +0100
+++ b/SettingsDialog.st	Wed Mar 15 11:13:36 2017 +0100
@@ -322,6 +322,16 @@
 !SettingsDialog class methodsFor:'help specs'!
 
 flyByHelpSpec
+    "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:SettingsDialog
+    "
+
     <resource: #help>
 
     ^ super flyByHelpSpec addPairsFrom:#(
@@ -329,6 +339,9 @@
 #acceptChangedSettings
 'Accept changed settings for the current ST/X session.\Notice, that these affect the current session only.\To make the current settings the default in the future, save them to the settings file (using the "Save" button).\Also notice, that some values affect new opened windows/tools only.'
 
+#closeRequest
+'''Close this dialog.\\If there are changes in the settings that you have neither accepted\nor discarded, you will be asked if you want to accept them.\You will also be asked if you want to store them permanently.'''
+
 #discardChangedSettings
 'Discard changes and revert to the current active settings values'
 
@@ -338,15 +351,13 @@
 #loadSettingsFromFile
 'Load the settings from a file.\At initial startup, the "settings.stx" file is read automatically.'
 
-#saveSettingsToFile
-'Save the current settings into a file.\The "settings.stx" file is automatically read upon every fresh start of ST/X.'
-
 #quickSearchString
 'Quick search pattern.\Highlights settings which contain the entered string (in the label or its tooltip).\Searches both in the presented text AND in the english original version.\\Prefix with a space to search for words starting with it;\append a space, to search for words ending with it.\(i.e. surround with spaces to search for free standing words only.)\Notice, that without a separator, it will often find strange partial strings\(such as "update", when searching for "date", or "amount" when searching for "mou[se]")'
 
+#saveSettingsToFile
+'Save the current settings into a file.\The "settings.stx" file is automatically read upon every fresh start of ST/X.'
+
 )
-
-    "Modified: / 30-04-2016 / 14:38:46 / cg"
 ! !
 
 !SettingsDialog class methodsFor:'interface specs'!