# HG changeset patch # User Claus Gittinger # Date 1516137194 -3600 # Node ID 79c3eab8cb2ff3db9a08ebb9b437a45ffaacba5e # Parent 36cd31bca6a478d70db02ab77c3e5cda6ac73318 #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 36cd31bca6a4 -r 79c3eab8cb2f ImageEditor.st --- a/ImageEditor.st Thu Dec 07 15:58:49 2017 +0100 +++ b/ImageEditor.st Tue Jan 16 22:13:14 2018 +0100 @@ -303,14 +303,6 @@ !ImageEditor class methodsFor:'help specs'! -flyByHelpSpec - - - ^super flyByHelpSpec addPairsFrom:(self helpPairs) - - "Modified: / 16-02-2017 / 12:30:55 / cg" -! - helpPairs "This resource specification was automatically generated by the UIHelpTool of ST/X." @@ -611,21 +603,11 @@ ! 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:ImageEditor - " - ^super helpSpec addPairsFrom:(self helpPairs) - "Modified: / 16-02-2017 / 12:30:50 / cg" + "Modified: / 16-02-2017 / 12:30:55 / cg" ! ! !ImageEditor class methodsFor:'image specs'!