#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:13:41 +0100
changeset 6256 76350fb3380f
parent 6255 d046305c2760
child 6257 67c2af78181e
#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.
TextView.st
--- a/TextView.st	Tue Jan 16 22:13:17 2018 +0100
+++ b/TextView.st	Tue Jan 16 22:13:41 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
@@ -338,7 +340,7 @@
 
 !TextView class methodsFor:'help specs'!
 
-flyByHelpSpec
+helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
 
@@ -2613,7 +2615,7 @@
     bindings at:#replacePreserveCaseBoolean put:replacePreserveCaseBooleanHolder.
     bindings at:#replaceTextHolder put:replaceTextHolder.
 
-    bindings at:#flyByHelpSpec put:self class flyByHelpSpec.
+    bindings at:#helpSpec put:self class helpSpec.
 
     updateReturnKeyBehavior :=
         [
@@ -2652,7 +2654,7 @@
 
     bldr := searchBox builder.
     bldr addBindings:bindings.
-    bldr aspectAt:#flyByHelpSpec put:(self class flyByHelpSpec).
+    bldr aspectAt:#helpSpec put:(self class helpSpec).
     searchBox allButOpenFrom:(self class searchDialogSpec).
 
     (bldr componentAt:#nextButton) cursor:(Cursor thumbsUp).