#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:14:28 +0100
changeset 3520 b139ae538098
parent 3519 4fbc55af0d28
child 3521 fda84ae10fee
#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__ProjectBuilderAssistantApplication.st
--- a/Tools__ProjectBuilderAssistantApplication.st	Tue Jan 16 22:14:10 2018 +0100
+++ b/Tools__ProjectBuilderAssistantApplication.st	Tue Jan 16 22:14:28 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2009 by eXept Software AG
               All Rights Reserved
@@ -220,10 +222,10 @@
 
 !ProjectBuilderAssistantApplication class methodsFor:'help'!
 
-flyByHelpSpec
+helpSpec
     <resource: #help>
 
-    ^ super flyByHelpSpec addPairsFrom:#(
+    ^ super helpSpec addPairsFrom:#(
 
 #'projectType'
 'Choose the type of Project you are about to deploy'
@@ -309,38 +311,6 @@
     "Modified: / 06-09-2012 / 16:09:10 / cg"
 ! !
 
-!ProjectBuilderAssistantApplication class methodsFor:'help specs'!
-
-helpSpec
-    "This resource specification was automatically generated
-     by the UIHelpTool of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the UIHelpTool may not be able to read the specification."
-
-    "
-     UIHelpTool openOnClass:Tools::ProjectBuilderAssistantApplication
-    "
-
-    <resource: #help>
-
-    ^ super helpSpec addPairsFrom:#(
-
-#companyName
-''
-
-#hideOtherStartupClasses
-''
-
-#productName
-''
-
-#programName
-''
-
-)
-! !
-
 !ProjectBuilderAssistantApplication class methodsFor:'interface specs'!
 
 page1_projectTypeSelectionSpec