# HG changeset patch # User Claus Gittinger # Date 1516137199 -3600 # Node ID 4aad29709ec715e5e3f4f6907f68a4c838337082 # Parent d3a2e53f3d57a5d627fb0d8464776abe43c1bd59 #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. diff -r d3a2e53f3d57 -r 4aad29709ec7 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 - " - - - - ^ 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"