class: AbstractSettingsApplication
authorClaus Gittinger <cg@exept.de>
Sun, 08 Jun 2014 08:58:04 +0200
changeset 14474 2c9625711787
parent 14473 2b6b4c42f48f
child 14475 724159baf6af
class: AbstractSettingsApplication tooltops
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Sat Jun 07 16:22:08 2014 +0200
+++ b/AbstractSettingsApplication.st	Sun Jun 08 08:58:04 2014 +0200
@@ -3820,13 +3820,13 @@
 '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.\(CTRL-Space still works as usual, even if this is disabled)'
+'Show code completion suggestions as you type.\This is an experimental feature, please disable it if you encounter problems.'
 
 #codeCompletionOnControlKey
 'Show code completion suggestions when you hit the CTRL key, and the character before the cursor is non-blank.\This is an experimental feature, please disable it if you encounter problems.\(CTRL-Space still works as usual, even if this is disabled)'
 
 #codeCompletionOnTabKey
-'Show code completion suggestions when you hit the TAB key, and the character before the cursor is non-blank.\This is an experimental feature, please disable it if you encounter problems.\(CTRL-Space still works as usual, even if this is disabled)'
+'Show code completion suggestions when you hit the TAB key, and the character before the cursor is non-blank.\This is an experimental feature, please disable it if you encounter problems.'
 
 #alwaysPasteFileContents
 'When pasting a file (from the Filebrowser or Explorer), always paste the file''s contents\without asking. If off, a dialog appears to ask the name or the contents of the file should be pasted'
@@ -3866,7 +3866,7 @@
 'Controls if non-whitespace separators (such as fullstop, parenthesis etc.) are treated as separator when selecting a word via double-click.\If off, only whitespace is treated as such. Useful when editing plain text, or code written in Lisp or Scheme'
 
 #selectionExtensionModelStandard
-'Standrad behavior - that''s how vast majority or modert text editors and text widgets behaves.'
+'Standard behavior - that''s how vast majority or modert text editors and text widgets behave.'
 
 #selectionExtensionModelTraditional
 'Shift-End always moves end of selection (iff it is on the same line). Shift-Home always moves beggining of selection (iff it is on the same line)'
@@ -3875,30 +3875,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:#(
-
-#selectionExtensionModelStandard
-'Standrad behavior - that''s how vast majority or modert text editors and text widgets behaves.'
-
-#selectionExtensionModelTraditional
-'Shift-End always moves end of selection (iff it is on the same line). Shift-Home always moves beggining of selection (iff it is on the same line)'
-
-)
 ! !
 
 !AbstractSettingsApplication::EditSettingsAppl class methodsFor:'image specs'!
@@ -3995,7 +3971,7 @@
                 (CheckBoxSpec
                    label: 'Code Completion on TAB Key (experimental)'
                    name: 'CheckBox7'
-                   activeHelpKey: codeCompletionOnControlKey
+                   activeHelpKey: codeCompletionOnTabKey
                    model: codeCompletionOnTabKey
                    translateLabel: true
                    extent: (Point 658 25)
@@ -18200,10 +18176,10 @@
 !AbstractSettingsApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.544 2014-05-23 09:28:42 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.545 2014-06-08 06:58:04 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.544 2014-05-23 09:28:42 stefan Exp $'
-! !
-
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractSettingsApplication.st,v 1.545 2014-06-08 06:58:04 cg Exp $'
+! !
+