#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:14:19 +0100
changeset 17912 5799809770ab
parent 17911 f1432fe75d27
child 17913 a59f66ff7b47
#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.
DirectoryDifferenceViewApplication.st
--- a/DirectoryDifferenceViewApplication.st	Tue Jan 16 22:14:17 2018 +0100
+++ b/DirectoryDifferenceViewApplication.st	Tue Jan 16 22:14:19 2018 +0100
@@ -42,7 +42,7 @@
 
 !DirectoryDifferenceViewApplication class methodsFor:'help specs'!
 
-flyByHelpSpec
+helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
 
@@ -55,7 +55,7 @@
 
     <resource: #help>
 
-    ^ super flyByHelpSpec addPairsFrom:#(
+    ^ super helpSpec addPairsFrom:#(
 
 #namePattern
 'Filename(s) to search for. Can be matchPatterns, separated by ";".\(eg. "*.c ; *.h" searches for C and header files. So does "*.[ch]")'