#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:12:49 +0100
changeset 17879 8732898d963e
parent 17878 2c5255d5650f
child 17880 3e7765391a3c
#OTHER by cg big refactoring: replaced all flyByHelpXXX sends and implementations by helpXXX. This should remove the confusion on where the tooltips should be stored and which methods need to be redefined. ATTENTION: May introduce temporary inconveniences until all other applications (in exept:xxx packages) are changed.
Tools__CodeView2SettingsAppl.st
--- a/Tools__CodeView2SettingsAppl.st	Tue Jan 16 17:29:41 2018 +0100
+++ b/Tools__CodeView2SettingsAppl.st	Tue Jan 16 22:12:49 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -42,7 +44,7 @@
 
 !CodeView2SettingsAppl class methodsFor:'help specs'!
 
-flyByHelpSpec
+helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
 
@@ -55,7 +57,7 @@
 
     <resource: #help>
 
-    ^ super flyByHelpSpec addPairsFrom:#(
+    ^ super helpSpec addPairsFrom:#(
 
 #showAcceptCancelBarInGutter
 'Show the Gutterview''s own Accept/Cancel Bar (disabled if outer Accept/Cancel bar is enabled)'
@@ -79,27 +81,6 @@
 and check if it looks good enough to be accepted.'
 
 )
-!
-
-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:Tools::CodeView2SettingsAppl    
-    "
-
-    <resource: #help>
-
-    ^ super helpSpec addPairsFrom:#(
-
-#showAcceptCancelBarInGutter
-'When selected, use CodeView''s internal Accept/Cancel bar shown in gutter.'
-
-)
 ! !
 
 !CodeView2SettingsAppl class methodsFor:'image specs'!