Tools__ChangeSetBrowser2.st
changeset 17884 7157cd258b89
parent 17807 af15db65bb9d
child 18090 409aed03bc72
--- a/Tools__ChangeSetBrowser2.st	Tue Jan 16 22:13:06 2018 +0100
+++ b/Tools__ChangeSetBrowser2.st	Tue Jan 16 22:13:08 2018 +0100
@@ -143,111 +143,6 @@
 
 !ChangeSetBrowser2 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:Tools::ChangeSetBrowser
-    "
-
-    <resource: #help>
-
-    ^ super flyByHelpSpec addPairsFrom:#(
-
-#fileLoad
-'Select a file and show its contained changeset'
-
-#fileSave
-'Save the changeset in a file'
-
-#applyAll
-'Apply all changes.'
-
-#applyForClassToEnd
-'Apply changes which affect this class to the end.'
-
-#applyFromLastSnapshot
-'Apply changes from the last snapshot to the end.'
-
-#applyLine
-'Apply the selected change.'
-
-#applyToEnd
-'Apply all changes from the selected one to the end.'
-
-#deleteAll
-'Deletes all changes.'
-
-#deleteCompress
-'Deletes all obsolete changes.'
-
-#deleteCompressForClass
-'Deletes obsolete changes for this class, leaving the last one.'
-
-#deleteForClassToEnd
-'Deletes changes for this class from the selection to the end.'
-
-#deleteLine
-'Deletes the selected change.'
-
-#deleteToEnd
-'Deletes changes from the selected one to the end.'
-
-#fileLoad
-'Opens a dialog for selecting and loading another changes file.'
-
-#fileReload
-'Reloads the changes file (undo your modifications).'
-
-#fileSave
-'Saves the list of changes into the current changes file.'
-
-#filterField
-'Matching patterns filtering the changes (separate patterns by blanks).'
-
-#settingsAutoUpdate
-'Toggle automatic update.'
-
-#settingsColumns
-'Configure which columns are shown in the list.'
-
-#settingsColumnsCategory
-'Toggle display of the changes category in the list.'
-
-#settingsColumnsDeltaInfo
-'Toggle display of the delta-info in the list.'
-
-#settingsColumnsPosition
-'Togle display of the changes file-position in the list.'
-
-#settingsColumnsTimeStamp
-'Toggle display of the changes time stamp in the list.'
-
-#settingsColumnsType
-'Toggle display of the change-type in the list.'
-
-#settingsPrivateAsSeparate
-'Toggle if changes for private private are included when applying, deleting, or compressing for a class.'
-
-#testCompareWithCurrentVersion
-'Opens a info dialog showing the difference between the changes code and the method current code.'
-
-#testFindPreviousSnapshot
-'Searches backward for the previous snapshot entry.'
-
-#testFindNextSnapshot
-'Searches forward for the next snapshot entry.'
-
-)
-
-    "Created: / 27-12-2011 / 10:37:47 / cg"
-    "Modified: / 29-03-2012 / 12:13:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."