#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:14:25 +0100
changeset 17915 ae1167b3d95c
parent 17914 e83ee05e7974
child 17916 1791b257e437
#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.
FileBrowserV2SettingsAppl.st
--- a/FileBrowserV2SettingsAppl.st	Tue Jan 16 22:14:24 2018 +0100
+++ b/FileBrowserV2SettingsAppl.st	Tue Jan 16 22:14:25 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -48,12 +46,6 @@
 
 !FileBrowserV2SettingsAppl class methodsFor:'help specs'!
 
-flyByHelpSpec
-    <resource: #help>
-
-    ^ super flyByHelpSpec addPairsFrom:(self helpPairs)
-!
-
 helpPairs
     <resource: #help>
 
@@ -83,6 +75,12 @@
 #viewDirsInContentsBrowser
 'Show directories in the right contents view'
 )
+!
+
+helpSpec
+    <resource: #help>
+
+    ^ super helpSpec addPairsFrom:(self helpPairs)
 ! !
 
 !FileBrowserV2SettingsAppl class methodsFor:'icon'!