NewLauncher.st
changeset 1616 5a884bfb437c
parent 1609 839730f03809
child 1637 51e3020a03b1
equal deleted inserted replaced
1615:0e40fea291fa 1616:5a884bfb437c
   111     <resource: #help>
   111     <resource: #help>
   112 
   112 
   113     ^super helpSpec addPairsFrom:#(
   113     ^super helpSpec addPairsFrom:#(
   114 
   114 
   115 #aboutLicenseConditions
   115 #aboutLicenseConditions
   116 'Opens a HTML-Browser on the license conditions of ST/X.'
   116 'Open an HTML-Browser showing the license conditions of ST/X.'
   117 
   117 
   118 #classes
   118 #classes
   119 'Classes functions.'
   119 'Class functions.'
   120 
   120 
   121 #classesClassBrowser
   121 #classesClassBrowser
   122 'Opens a dia log for defining and opening a Class Browser on a class.'
   122 'Open a dialog for defining and opening a Class Browser on a class.'
   123 
   123 
   124 #classesClassHierarchyBrowser
   124 #classesClassHierarchyBrowser
   125 'Opens a dialog for defining and opening a Class Hierarchy Browser on a class.'
   125 'Open a dialog for defining and opening a Class Hierarchy Browser on a class.'
   126 
   126 
   127 #classesClassTreeBrowser
   127 #classesClassTreeBrowser
   128 'Opens a Class Tree on the classes of ST/X.'
   128 'Open a Class Tree on the classes of ST/X.'
   129 
   129 
   130 #classesFullClassBrowser
   130 #classesFullClassBrowser
   131 'Opens a dialog for defining and opening a Full Class Browser on a class.'
   131 'Open a dialog for defining and opening a Full Class Browser on a class.'
   132 
   132 
   133 #classesImplementors
   133 #classesImplementors
   134 'Opens a dialog for defining a selector and listing all methods implementing that selector.'
   134 'Find all methods which implement a particular message'
   135 
   135 
   136 #classesRemoveAllTracePoints
   136 #classesRemoveAllTracePoints
   137 'Removes all trace points set in methods.'
   137 'Remove all trace- and break-points.'
   138 
   138 
   139 #classesResourceMethods
   139 #classesResourceMethods
   140 'Opens a dialog for searching resource methods.'
   140 'Open a dialog for searching resource methods.'
   141 
   141 
   142 #classesSenders
   142 #classesSenders
   143 'Opens a dialog for defining a selector and listing all methods sending that selector.'
   143 'Find all methods which send a particular message.'
   144 
   144 
   145 #classesShowTracePoints
   145 #classesShowTracePoints
   146 'Opens a list showing all trace points set in methods.'
   146 'Open a list showing all trace- and break-points on methods.'
   147 
   147 
   148 #classesSpecial
   148 #classesSpecial
   149 'Special class functions.'
   149 'Special class functions.'
   150 
   150 
   151 #classesSpecialReferencesToUndeclared
   151 #classesSpecialReferencesToUndeclared
   152 'Opens a list of methods refering to undeclared variables.'
   152 'Open a list of methods refering to undeclared variables.'
   153 
   153 
   154 #classesSystemBrowser
   154 #classesSystemBrowser
   155 'Opens a System Browser for editing sources of the classes.'
   155 'Open a System Browser for editing sources of the classes.'
   156 
   156 
   157 #classesSystemBrowserOnClass
   157 #classesSystemBrowserOnClass
   158 'Opens a System Browser on the selected class.'
   158 'Open a System Browser on the selected class.'
   159 
   159 
   160 #demos
   160 #demos
   161 'Demos functions.'
   161 'Demo functions.'
   162 
   162 
   163 #fileApplicationBuilder
   163 #fileApplicationBuilder
   164 'Opens a Application Builder for building stand alone ST/X-applications.'
   164 'Open an Application Builder for building stand alone ST/X-applications.'
   165 
   165 
   166 #fileFileBrowser
   166 #fileFileBrowser
   167 'Opens a File Browser for loading, saving, and editing source files, etc.'
   167 'Open a File Browser for loading, saving, and editing source files, etc.'
   168 
   168 
   169 #fileLibraryBuilder
   169 #fileLibraryBuilder
   170 'Opens a Library Builder for building class libraries.'
   170 'Open a Library Builder for building binary class libraries.'
   171 
   171 
   172 #fileModules
   172 #fileModules
   173 'Opens a dialog for showing (and unloading) class libraries and other modules.'
   173 'Open a dialog for showing (and unloading) class libraries and other modules.'
   174 
   174 
   175 #fileSaveImage
   175 #fileSaveImage
   176 'Saves the current image of ST/X.'
   176 'Save the current snapshot image of ST/X.'
   177 
   177 
   178 #fileSaveImageAs
   178 #fileSaveImageAs
   179 'Opens a dialog for selecting a file in order to save the current image of ST/X.'
   179 'Open a file dialog to save the current snapshot image of ST/X.'
   180 
   180 
   181 #helpClassDocumentation
   181 #helpClassDocumentation
   182 'Opens a HTML-Browser with the documentation of the classes in ST/X.'
   182 'Open an HTML-Browser showing smalltalk class documentation.'
   183 
   183 
   184 #helpIndex
   184 #helpIndex
   185 'Opens a HTML-Browser with the index of the documentation of ST/X.'
   185 'Open an HTML-Browser showing the online documentation index.'
   186 
   186 
   187 #helpPrintDocumentation
   187 #helpPrintDocumentation
   188 'Opens a HTML-Browser with a manual for a printing of the documentation of ST/X.'
   188 'Open a dialog to print various parts of the ST/X documentation.'
   189 
   189 
   190 #helpSTXOnlineDocumentation
   190 #helpSTXOnlineDocumentation
   191 'Opens a HTML-Browser with the online documentation of ST/X.'
   191 'Open an HTML-Browser showing the ST/X online documentation.'
   192 
   192 
   193 #helpWhatsNew
   193 #helpWhatsNew
   194 'Opens a HTML-Browser with the last brand new features of ST/X.'
   194 'Open an HTML-Browser showing latest news about ST/X.'
   195 
   195 
   196 #settingsCompilation
   196 #settingsCompilation
   197 'Opens a dialog for changing the settings of the compilation of smalltalk sources.'
   197 'Open a dialog for changing compiler settings.'
   198 
   198 
   199 #settingsFonts
   199 #settingsFonts
   200 'Opens a dialog for changing of the font styles for the view classes.'
   200 'Open a dialog for changing of the font defaults.'
   201 
   201 
   202 #settingsKeyboardMappings
   202 #settingsKeyboardMappings
   203 'Opens a dialog for inspecting the mappings of the keyboard.'
   203 'Open a dialog for inspecting the mappings of the keyboard.'
   204 
   204 
   205 #settingsLanguage
   205 #settingsLanguage
   206 'Opens a dialog for changing the national language.'
   206 'Open a dialog for changing the national language.'
   207 
   207 
   208 #settingsLoadSettings
   208 #settingsLoadSettings
   209 'Opens a dialog for loading stored values of settings.'
   209 'Open a dialog to restore the settings from a file.'
   210 
   210 
   211 #settingsMessages
   211 #settingsMessages
   212 'Opens a dialog for changing the settings for reporting infos/errors.'
   212 'Open a dialog for changing the settings for reporting infos/errors.'
   213 
   213 
   214 #settingsMisc
   214 #settingsMisc
   215 'Opens a dialog for changing other settings.'
   215 'Open a dialog for changing other settings.'
   216 
   216 
   217 #settingsObjectMemory
   217 #settingsObjectMemory
   218 'Opens a dialog for changing the settings of the object memories.'
   218 'Open a dialog for changing the object memory settings.'
   219 
   219 
   220 #settingsPrinter
   220 #settingsPrinter
   221 'Opens a dialog for changing the settings for the printer.'
   221 'Open a dialog for changing the printer settings.'
   222 
   222 
   223 #settingsSaveSettings
   223 #settingsSaveSettings
   224 'Opens a dialog for saving values of the current settings.'
   224 'Open a dialog for saving the current settings to a file.'
   225 
   225 
   226 #settingsScreen
   226 #settingsScreen
   227 'Opens a dialog for changing the settings for the screen.'
   227 'Open a dialog for changing the display screen settings.'
   228 
   228 
   229 #settingsSourceAndDebugger
   229 #settingsSourceAndDebugger
   230 'Opens a dialog for changing the settings of the source code management.'
   230 'Open a dialog for changing the settings of the source code management.'
   231 
   231 
   232 #settingsViewStyle
   232 #settingsViewStyle
   233 'Opens a dialog for changing the current view style.'
   233 'Open a dialog for changing the current view style.'
   234 
   234 
   235 #system
   235 #system
   236 'System functions.'
   236 'System functions.'
   237 
   237 
   238 #systemEventTrace
   238 #systemEventTrace
   239 'Changes the mouse cursor to a cross hair for moving it to a view in order to turn on/off an event trace.'
   239 'Select a view to toggle the event trace for it.'
   240 
   240 
   241 #systemEventView
   241 #systemEventView
   242 'Opens a view for outputting view events on a xterm.'
   242 'Open a view and trace its window events on the console.'
   243 
   243 
   244 #systemGarbageCollect
   244 #systemGarbageCollect
   245 'Destroys all objects having no references to other objects.'
   245 'Reclaim unused memory.'
   246 
   246 
   247 #systemGarbageCollectAndCompress
   247 #systemGarbageCollectAndCompress
   248 'Destroys all objects having no references to other objects and compresses the memory.'
   248 'Reclaim unused memory and minimize the amount of used memory.'
   249 
   249 
   250 #systemInterruptLatency
   250 #systemInterruptLatency
   251 'Opens a Interrupt Latency Monitor for showing methods which block interrupts for longer than a given time goal.'
   251 'Open an Interrupt Latency Monitor for showing methods which block interrupts for longer than a given time goal.'
   252 
   252 
   253 #systemMemory
   253 #systemMemory
   254 'Opens a Memory Monitor for showing (graphically) the memory segments in ST/X.'
   254 'Display overall memory usage by segments.'
   255 
   255 
   256 #systemMemoryUsage
   256 #systemMemoryUsage
   257 'Opens a list showing the memory usages of the classes.'
   257 'Display object memory usage by class.'
   258 
   258 
   259 #systemProcesses
   259 #systemProcesses
   260 'Opens a Process Monitor for showing (and editing) current running processes in ST/X.'
   260 'Open a Process Monitor for showing and controlling processes in ST/X.'
   261 
   261 
   262 #systemSemaphores
   262 #systemSemaphores
   263 'Opens a Semaphores Monitor for showing (and editing) current running semaphores in ST/X.'
   263 'Open a Semaphore Monitor for showing all known semaphores in ST/X.'
   264 
   264 
   265 #tools
   265 #tools
   266 'Tools functions.'
   266 'Tool functions.'
   267 
   267 
   268 #toolsChangesBrowser
   268 #toolsChangesBrowser
   269 'Opens a Changes Browser containing all changes of the smalltalk source code made by the user.'
   269 'Open a Changes Browser on changes made to the current smalltalk environment.'
   270 
   270 
   271 #toolsGUIPainter
   271 #toolsGUIPainter
   272 'Opens a GUI Painter for building graphical user interfaces.'
   272 'Open a GUI Painter for graphical user interface construction.'
   273 
   273 
   274 #toolsImageEditor
   274 #toolsImageEditor
   275 'Opens a Image Editor for building bitmap images used by buttons, tool bars, etc.'
   275 'Open a Bitmap Image Editor.'
   276 
   276 
   277 #toolsMenuEditor
   277 #toolsMenuEditor
   278 'Opens a Menu Editor for building menu bars, popup menus, and tool bars.'
   278 'Open a Menu Editor for building menu bars, popup menus, and tool bars.'
   279 
   279 
   280 #toolsMisc
   280 #toolsMisc
   281 'Tools misc functions.'
   281 'Misc Tool functions.'
   282 
   282 
   283 #toolsMiscNewLauncher
   283 #toolsMiscNewLauncher
   284 'Reopens a new launcher.'
   284 '(Re-)open a new launcher.'
   285 
   285 
   286 #toolsMiscOldLauncher
   286 #toolsMiscOldLauncher
   287 'Opens an old launcher.'
   287 'Open an old launcher.'
   288 
   288 
   289 #toolsMiscProjects
   289 #toolsMiscProjects
   290 'Projects functions.'
   290 'Project functions.'
   291 
   291 
   292 #toolsMiscProjectsNewProject
   292 #toolsMiscProjectsNewProject
   293 'Creates a new project for working in a separate environment.'
   293 'Create a new project.'
   294 
   294 
   295 #toolsMiscProjectsSelectProject
   295 #toolsMiscProjectsSelectProject
   296 'Select an existing project for working in that environment.'
   296 'Select an existing project and reopen its windows.'
   297 
   297 
   298 #toolsProjects
   298 #toolsProjects
   299 ''
   299 ''
   300 
   300 
   301 #toolsWorkspace
   301 #toolsWorkspace
   302 'Opens a Workspace for evaluating smalltalk expressions.'
   302 'Open a Workspace for evaluating smalltalk expressions.'
   303 
   303 
   304 #windows
   304 #windows
   305 'Windows functions.'
   305 'Window functions.'
   306 
   306 
   307 #windowsDeiconifyAll
   307 #windowsDeiconifyAll
   308 'Opens all icons on the desktop of ST/X to their windows.'
   308 'Restore all minimized ST/X windows.'
   309 
   309 
   310 #windowsFindAndDestroy
   310 #windowsFindAndDestroy
   311 'Opens a dialog for selecting a window of ST/X by label and for destroying it.'
   311 'Open a dialog for selecting an ST/X window by label and destroy it.'
   312 
   312 
   313 #windowsFindAndRaise
   313 #windowsFindAndRaise
   314 'Opens dialog for selecting a window of ST/X by label and for raising it.'
   314 'Open dialog for selecting an ST/X window by label and raise it.'
   315 
   315 
   316 #windowsGrapScreen
   316 #windowsGrapScreen
   317 'Opens a dialog for saving the contents of the screen as a bitmap.'
   317 'Grab the whole screen and save it to a bitmap-file.'
   318 
   318 
   319 #windowsGrapScreenArea
   319 #windowsGrapScreenArea
   320 'Changes the mouse cursor for selecting an area of the screen and opens a dialog for saving that area as a bitmap.'
   320 'Grab an area of the screen and save it to a bitmap-file.'
   321 
   321 
   322 #windowsGrapWindow
   322 #windowsGrapWindow
   323 '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.'
   323 'Grab a window and save it to a bitmap-file.'
   324 
   324 
   325 #windowsIconifyAll
   325 #windowsIconifyAll
   326 'Closes all windows of ST/X to their icons on the desktop.'
   326 'Minimize all ST/X windows to icons.'
   327 
   327 
   328 #windowsSelectAndDestroy
   328 #windowsSelectAndDestroy
   329 'Changes the mouse cursor to a cross hair for moving it over a window of ST/X in order to destroy it.'
   329 'Select a window and destroys it.'
   330 
   330 
   331 #windowsSelectAndInspect
   331 #windowsSelectAndInspect
   332 'Changes the mouse cursor to a cross hair for moving it over a window of ST/X in order to inspect it.'
   332 'Select an ST/X window and opens an Inspector on it.'
   333 
   333 
   334 #windowsViewTree
   334 #windowsViewTree
   335 '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.'
   335 'Select an ST/X window and display its widget hierarchyin.'
   336 
   336 
   337 #windowsViewTreeAllViews
   337 #windowsViewTreeAllViews
   338 'Opens an inspector showing the view trees of all windows of ST/X.'
   338 'Display the widget hierarchies of all ST/X windows.'
   339 
   339 
   340 )
   340 )
   341 ! !
   341 ! !
   342 
   342 
   343 !NewLauncher class methodsFor:'interface specs'!
   343 !NewLauncher class methodsFor:'interface specs'!
  5188 ! !
  5188 ! !
  5189 
  5189 
  5190 !NewLauncher class methodsFor:'documentation'!
  5190 !NewLauncher class methodsFor:'documentation'!
  5191 
  5191 
  5192 version
  5192 version
  5193     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.69 1998-04-25 17:22:21 cg Exp $'
  5193     ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.70 1998-04-25 22:20:36 cg Exp $'
  5194 ! !
  5194 ! !