#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:13:19 +0100
changeset 3515 4aad29709ec7
parent 3514 d3a2e53f3d57
child 3516 39c519deb478
#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.
DataSetBuilder.st
--- a/DataSetBuilder.st	Tue Jan 16 22:13:18 2018 +0100
+++ b/DataSetBuilder.st	Tue Jan 16 22:13:19 2018 +0100
@@ -144,54 +144,6 @@
 
 !DataSetBuilder class methodsFor:'help specs'!
 
-flyByHelpSpec
-    "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:DataSetBuilder    
-    "
-
-    <resource: #help>
-
-    ^ super flyByHelpSpec addPairsFrom:#(
-
-#addColumn
-'Add a Column'
-
-#addNonSelectableColumn
-'Add a Non-Selectable Column'
-
-#fileLoad
-'Load Column Description from Method'
-
-#fileNew
-'New Column Description'
-
-#fileSave
-'Save the Column Description'
-
-#fileSaveMethod
-'Save Column Description as Method'
-
-#fileSaveAsMethod
-'Save Column Description as Method (ask for Class/Selector)'
-
-#editCut
-'Cut Column'
-
-#editCopy
-'Copy Column'
-
-#editPaste
-'Paste Column'
-
-)
-!
-
 helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
@@ -387,6 +339,22 @@
 #valuesXChoicesSelector
 'Selector to get a collection of translated choices for a cell having a ComboBox or a ComboList widget'
 
+
+#fileSaveMethod
+'Save Column Description as Method'
+
+#fileSaveAsMethod
+'Save Column Description as Method (ask for Class/Selector)'
+
+#editCut
+'Cut Column'
+
+#editCopy
+'Copy Column'
+
+#editPaste
+'Paste Column'
+
 )
 
     "Modified: / 09-08-2012 / 09:36:06 / cg"