#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:13:18 +0100
changeset 3514 d3a2e53f3d57
parent 3513 79c3eab8cb2f
child 3515 4aad29709ec7
#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.
MethodFinderWindow.st
--- a/MethodFinderWindow.st	Tue Jan 16 22:13:14 2018 +0100
+++ b/MethodFinderWindow.st	Tue Jan 16 22:13:18 2018 +0100
@@ -102,7 +102,7 @@
 
 !MethodFinderWindow class methodsFor:'help specs'!
 
-flyByHelpSpec
+helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
 
@@ -115,7 +115,7 @@
 
     <resource: #help>
 
-    ^ super flyByHelpSpec addPairsFrom:#(
+    ^ super helpSpec addPairsFrom:#(
 
 #receiverValue
 'Enter a receiver value here.\Can be a constant (like ''hello'')\or an expression, such as "Rectangle basicNew".'