#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:14:38 +0100
changeset 698 59624ffe90ed
parent 697 a6b1cd76015c
child 699 8c5c77024ad3
#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.
TestRunner.st
--- a/TestRunner.st	Tue Jan 16 21:05:44 2018 +0100
+++ b/TestRunner.st	Tue Jan 16 22:14:38 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:goodies/sunit' }"
 
 "{ NameSpace: Smalltalk }"
@@ -44,10 +46,10 @@
 
 !TestRunner class methodsFor:'interface specs'!
 
-flyByHelpSpec
+helpSpec
     <resource: #help>
 
-    ^super flyByHelpSpec addPairsFrom:#(
+    ^super helpSpec addPairsFrom:#(
 
 #refreshSuitesButton
 'Refresh List of Tests'