NewLauncher.st
changeset 1616 5a884bfb437c
parent 1609 839730f03809
child 1637 51e3020a03b1
--- a/NewLauncher.st	Sat Apr 25 23:21:19 1998 +0200
+++ b/NewLauncher.st	Sun Apr 26 00:20:36 1998 +0200
@@ -113,229 +113,229 @@
     ^super helpSpec addPairsFrom:#(
 
 #aboutLicenseConditions
-'Opens a HTML-Browser on the license conditions of ST/X.'
+'Open an HTML-Browser showing the license conditions of ST/X.'
 
 #classes
-'Classes functions.'
+'Class functions.'
 
 #classesClassBrowser
-'Opens a dia log for defining and opening a Class Browser on a class.'
+'Open a dialog for defining and opening a Class Browser on a class.'
 
 #classesClassHierarchyBrowser
-'Opens a dialog for defining and opening a Class Hierarchy Browser on a class.'
+'Open a dialog for defining and opening a Class Hierarchy Browser on a class.'
 
 #classesClassTreeBrowser
-'Opens a Class Tree on the classes of ST/X.'
+'Open a Class Tree on the classes of ST/X.'
 
 #classesFullClassBrowser
-'Opens a dialog for defining and opening a Full Class Browser on a class.'
+'Open a dialog for defining and opening a Full Class Browser on a class.'
 
 #classesImplementors
-'Opens a dialog for defining a selector and listing all methods implementing that selector.'
+'Find all methods which implement a particular message'
 
 #classesRemoveAllTracePoints
-'Removes all trace points set in methods.'
+'Remove all trace- and break-points.'
 
 #classesResourceMethods
-'Opens a dialog for searching resource methods.'
+'Open a dialog for searching resource methods.'
 
 #classesSenders
-'Opens a dialog for defining a selector and listing all methods sending that selector.'
+'Find all methods which send a particular message.'
 
 #classesShowTracePoints
-'Opens a list showing all trace points set in methods.'
+'Open a list showing all trace- and break-points on methods.'
 
 #classesSpecial
 'Special class functions.'
 
 #classesSpecialReferencesToUndeclared
-'Opens a list of methods refering to undeclared variables.'
+'Open a list of methods refering to undeclared variables.'
 
 #classesSystemBrowser
-'Opens a System Browser for editing sources of the classes.'
+'Open a System Browser for editing sources of the classes.'
 
 #classesSystemBrowserOnClass
-'Opens a System Browser on the selected class.'
+'Open a System Browser on the selected class.'
 
 #demos
-'Demos functions.'
+'Demo functions.'
 
 #fileApplicationBuilder
-'Opens a Application Builder for building stand alone ST/X-applications.'
+'Open an Application Builder for building stand alone ST/X-applications.'
 
 #fileFileBrowser
-'Opens a File Browser for loading, saving, and editing source files, etc.'
+'Open a File Browser for loading, saving, and editing source files, etc.'
 
 #fileLibraryBuilder
-'Opens a Library Builder for building class libraries.'
+'Open a Library Builder for building binary class libraries.'
 
 #fileModules
-'Opens a dialog for showing (and unloading) class libraries and other modules.'
+'Open a dialog for showing (and unloading) class libraries and other modules.'
 
 #fileSaveImage
-'Saves the current image of ST/X.'
+'Save the current snapshot image of ST/X.'
 
 #fileSaveImageAs
-'Opens a dialog for selecting a file in order to save the current image of ST/X.'
+'Open a file dialog to save the current snapshot image of ST/X.'
 
 #helpClassDocumentation
-'Opens a HTML-Browser with the documentation of the classes in ST/X.'
+'Open an HTML-Browser showing smalltalk class documentation.'
 
 #helpIndex
-'Opens a HTML-Browser with the index of the documentation of ST/X.'
+'Open an HTML-Browser showing the online documentation index.'
 
 #helpPrintDocumentation
-'Opens a HTML-Browser with a manual for a printing of the documentation of ST/X.'
+'Open a dialog to print various parts of the ST/X documentation.'
 
 #helpSTXOnlineDocumentation
-'Opens a HTML-Browser with the online documentation of ST/X.'
+'Open an HTML-Browser showing the ST/X online documentation.'
 
 #helpWhatsNew
-'Opens a HTML-Browser with the last brand new features of ST/X.'
+'Open an HTML-Browser showing latest news about ST/X.'
 
 #settingsCompilation
-'Opens a dialog for changing the settings of the compilation of smalltalk sources.'
+'Open a dialog for changing compiler settings.'
 
 #settingsFonts
-'Opens a dialog for changing of the font styles for the view classes.'
+'Open a dialog for changing of the font defaults.'
 
 #settingsKeyboardMappings
-'Opens a dialog for inspecting the mappings of the keyboard.'
+'Open a dialog for inspecting the mappings of the keyboard.'
 
 #settingsLanguage
-'Opens a dialog for changing the national language.'
+'Open a dialog for changing the national language.'
 
 #settingsLoadSettings
-'Opens a dialog for loading stored values of settings.'
+'Open a dialog to restore the settings from a file.'
 
 #settingsMessages
-'Opens a dialog for changing the settings for reporting infos/errors.'
+'Open a dialog for changing the settings for reporting infos/errors.'
 
 #settingsMisc
-'Opens a dialog for changing other settings.'
+'Open a dialog for changing other settings.'
 
 #settingsObjectMemory
-'Opens a dialog for changing the settings of the object memories.'
+'Open a dialog for changing the object memory settings.'
 
 #settingsPrinter
-'Opens a dialog for changing the settings for the printer.'
+'Open a dialog for changing the printer settings.'
 
 #settingsSaveSettings
-'Opens a dialog for saving values of the current settings.'
+'Open a dialog for saving the current settings to a file.'
 
 #settingsScreen
-'Opens a dialog for changing the settings for the screen.'
+'Open a dialog for changing the display screen settings.'
 
 #settingsSourceAndDebugger
-'Opens a dialog for changing the settings of the source code management.'
+'Open a dialog for changing the settings of the source code management.'
 
 #settingsViewStyle
-'Opens a dialog for changing the current view style.'
+'Open a dialog for changing the current view style.'
 
 #system
 'System functions.'
 
 #systemEventTrace
-'Changes the mouse cursor to a cross hair for moving it to a view in order to turn on/off an event trace.'
+'Select a view to toggle the event trace for it.'
 
 #systemEventView
-'Opens a view for outputting view events on a xterm.'
+'Open a view and trace its window events on the console.'
 
 #systemGarbageCollect
-'Destroys all objects having no references to other objects.'
+'Reclaim unused memory.'
 
 #systemGarbageCollectAndCompress
-'Destroys all objects having no references to other objects and compresses the memory.'
+'Reclaim unused memory and minimize the amount of used memory.'
 
 #systemInterruptLatency
-'Opens a Interrupt Latency Monitor for showing methods which block interrupts for longer than a given time goal.'
+'Open an Interrupt Latency Monitor for showing methods which block interrupts for longer than a given time goal.'
 
 #systemMemory
-'Opens a Memory Monitor for showing (graphically) the memory segments in ST/X.'
+'Display overall memory usage by segments.'
 
 #systemMemoryUsage
-'Opens a list showing the memory usages of the classes.'
+'Display object memory usage by class.'
 
 #systemProcesses
-'Opens a Process Monitor for showing (and editing) current running processes in ST/X.'
+'Open a Process Monitor for showing and controlling processes in ST/X.'
 
 #systemSemaphores
-'Opens a Semaphores Monitor for showing (and editing) current running semaphores in ST/X.'
+'Open a Semaphore Monitor for showing all known semaphores in ST/X.'
 
 #tools
-'Tools functions.'
+'Tool functions.'
 
 #toolsChangesBrowser
-'Opens a Changes Browser containing all changes of the smalltalk source code made by the user.'
+'Open a Changes Browser on changes made to the current smalltalk environment.'
 
 #toolsGUIPainter
-'Opens a GUI Painter for building graphical user interfaces.'
+'Open a GUI Painter for graphical user interface construction.'
 
 #toolsImageEditor
-'Opens a Image Editor for building bitmap images used by buttons, tool bars, etc.'
+'Open a Bitmap Image Editor.'
 
 #toolsMenuEditor
-'Opens a Menu Editor for building menu bars, popup menus, and tool bars.'
+'Open a Menu Editor for building menu bars, popup menus, and tool bars.'
 
 #toolsMisc
-'Tools misc functions.'
+'Misc Tool functions.'
 
 #toolsMiscNewLauncher
-'Reopens a new launcher.'
+'(Re-)open a new launcher.'
 
 #toolsMiscOldLauncher
-'Opens an old launcher.'
+'Open an old launcher.'
 
 #toolsMiscProjects
-'Projects functions.'
+'Project functions.'
 
 #toolsMiscProjectsNewProject
-'Creates a new project for working in a separate environment.'
+'Create a new project.'
 
 #toolsMiscProjectsSelectProject
-'Select an existing project for working in that environment.'
+'Select an existing project and reopen its windows.'
 
 #toolsProjects
 ''
 
 #toolsWorkspace
-'Opens a Workspace for evaluating smalltalk expressions.'
+'Open a Workspace for evaluating smalltalk expressions.'
 
 #windows
-'Windows functions.'
+'Window functions.'
 
 #windowsDeiconifyAll
-'Opens all icons on the desktop of ST/X to their windows.'
+'Restore all minimized ST/X windows.'
 
 #windowsFindAndDestroy
-'Opens a dialog for selecting a window of ST/X by label and for destroying it.'
+'Open a dialog for selecting an ST/X window by label and destroy it.'
 
 #windowsFindAndRaise
-'Opens dialog for selecting a window of ST/X by label and for raising it.'
+'Open dialog for selecting an ST/X window by label and raise it.'
 
 #windowsGrapScreen
-'Opens a dialog for saving the contents of the screen as a bitmap.'
+'Grab the whole screen and save it to a bitmap-file.'
 
 #windowsGrapScreenArea
-'Changes the mouse cursor for selecting an area of the screen and opens a dialog for saving that area as a bitmap.'
+'Grab an area of the screen and save it to a bitmap-file.'
 
 #windowsGrapWindow
-'Changes the mouse cursor for selecting a window of ST/X and opens a dialog for saving the contents of the window as a bitmap.'
+'Grab a window and save it to a bitmap-file.'
 
 #windowsIconifyAll
-'Closes all windows of ST/X to their icons on the desktop.'
+'Minimize all ST/X windows to icons.'
 
 #windowsSelectAndDestroy
-'Changes the mouse cursor to a cross hair for moving it over a window of ST/X in order to destroy it.'
+'Select a window and destroys it.'
 
 #windowsSelectAndInspect
-'Changes the mouse cursor to a cross hair for moving it over a window of ST/X in order to inspect it.'
+'Select an ST/X window and opens an Inspector on it.'
 
 #windowsViewTree
-'Changes the mouse cursor to a cross hair for moving it over a window of ST/X in order to inspect the view tree of it.'
+'Select an ST/X window and display its widget hierarchyin.'
 
 #windowsViewTreeAllViews
-'Opens an inspector showing the view trees of all windows of ST/X.'
+'Display the widget hierarchies of all ST/X windows.'
 
 )
 ! !
@@ -5190,5 +5190,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.69 1998-04-25 17:22:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.70 1998-04-25 22:20:36 cg Exp $'
 ! !