# HG changeset patch # User Claus Gittinger # Date 1516138208 -3600 # Node ID e003f86bb9ec71e72e03ca2a39cdd7069d1822e3 # Parent 773da6cf53a549f2cd5a99e328aeb363b86e7d40 #REFACTORING by cg class: NewChangesBrowser class removed: #helpSpec changed: #flyByHelpSpec diff -r 773da6cf53a5 -r e003f86bb9ec NewChangesBrowser.st --- a/NewChangesBrowser.st Tue Jan 16 22:28:14 2018 +0100 +++ b/NewChangesBrowser.st Tue Jan 16 22:30:08 2018 +0100 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 2006 by eXept Software AG All Rights Reserved @@ -114,6 +116,9 @@ ^super flyByHelpSpec addPairsFrom:#( +#settingsColumnsClassName +'Toggle display of the className in the list.' + #applyAll 'Apply all changes.' @@ -195,105 +200,6 @@ ) "Modified: / 19.5.1998 / 17:59:39 / cg" -! - -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:NewChangesBrowser - " - - - - ^ super helpSpec addPairsFrom:#( - -#applyAll -'Apply all changes.' - -#applyForClassToEnd -'Apply changes to the end which affect this class.' - -#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.' - -#settingsColumnsClassName -'Toggle display of the className 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.' - -#testFindLastSnapshot -'Searches backward for the previous snapshot entry.' - -#testFindNextSnapshot -'Searches forward for the next snapshot entry.' - -) ! ! !NewChangesBrowser class methodsFor:'image specs'!