# HG changeset patch # User Claus Gittinger # Date 1516137198 -3600 # Node ID d3a2e53f3d57a5d627fb0d8464776abe43c1bd59 # Parent 79c3eab8cb2ff3db9a08ebb9b437a45ffaacba5e #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. diff -r 79c3eab8cb2f -r d3a2e53f3d57 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 @@ - ^ 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".'