#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:14:33 +0100
changeset 17917 fd47587efebd
parent 17916 1791b257e437
child 17918 a9043f7695ce
#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.
Tools__TestRunnerMini.st
--- a/Tools__TestRunnerMini.st	Tue Jan 16 22:14:30 2018 +0100
+++ b/Tools__TestRunnerMini.st	Tue Jan 16 22:14:33 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group, Czech Technical University in Prague
  Copyright (c) 2009-2010 eXept Software AG
@@ -83,7 +85,7 @@
 
 !TestRunnerMini class methodsFor:'help specs'!
 
-flyByHelpSpec
+helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
 
@@ -96,7 +98,7 @@
 
     <resource: #help>
 
-    ^ super flyByHelpSpec addPairsFrom:#(
+    ^ super helpSpec addPairsFrom:#(
 
 #debugSelected
 'Run the selected test(s) with debugging enabled.\\A debugger is opened on error or assertion failure'