ToolApplicationModel.st
changeset 3107 6343bde3fc47
parent 3024 0e1078fe4b3e
child 3196 b497c2b5867d
equal deleted inserted replaced
3106:77e6e44d3c04 3107:6343bde3fc47
   249 "/
   249 "/
   250 "/#commitOK
   250 "/#commitOK
   251 "/'Commit'
   251 "/'Commit'
   252 
   252 
   253 #editCopy
   253 #editCopy
   254 "/ 'Copy to clipboard'
   254 'Copy selection'
   255 'Copy'
       
   256 
   255 
   257 #editCut
   256 #editCut
   258 "/ 'Move to clipboard'
   257 'Cut selection'
   259 'Cut'
       
   260 
   258 
   261 #editDelete
   259 #editDelete
   262 'Delete'
   260 'Delete selection'
   263 
   261 
   264 #editSearch
   262 #editSearch
   265 'Search'
   263 'Search'
   266 
   264 
   267 #editMoveDown
   265 #editMoveDown
   316     <resource: #help>
   314     <resource: #help>
   317 
   315 
   318     ^super helpSpec addPairsFrom:#(
   316     ^super helpSpec addPairsFrom:#(
   319 
   317 
   320 #about
   318 #about
   321 'Info functions.'
   319 'Info functions'
   322 
   320 
   323 #aboutSTX
   321 #aboutSTX
   324 'Info about the running ST/X.'
   322 'Info about the running ST/X'
   325 
   323 
   326 #aboutThisAppliaction
   324 #aboutThisAppliaction
   327 'Info about that applications release and author.'
   325 'Info about that applications release and author'
   328 
   326 
   329 #add
   327 #add
   330 'Add functions.'
   328 'Add functions'
   331 
   329 
   332 #commitCancel
   330 #commitCancel
   333 'Cancel changes.'
   331 'Cancel changes'
   334 
   332 
   335 #commitOK
   333 #commitOK
   336 'Commit changes.'
   334 'Commit changes'
   337 
   335 
   338 #edit
   336 #edit
   339 'Edit functions.'
   337 'Edit functions'
   340 
   338 
   341 #editCopy
   339 #editCopy
   342 'Copy the selected item(s) to the clipboard.'
   340 'Copy the selected item(s) to the clipboard'
   343 
   341 
   344 #editCut
   342 #editCut
   345 'Move the selected item(s) to the clipboard.'
   343 'Cut the selected item(s) to the clipboard'
   346 
   344 
   347 #editDelete
   345 #editDelete
   348 'Delete the selected item(s).'
   346 'Delete the selected item(s)'
   349 
   347 
   350 #editMoveDown
   348 #editMoveDown
   351 'Move the selected item one step down (in the order list).'
   349 'Move the selected item one step down (in the order list)'
   352 
   350 
   353 #editMoveIn
   351 #editMoveIn
   354 'Move the selected item into the next item (as child item).'
   352 'Move the selected item into the next item (as child item)'
   355 
   353 
   356 #editMoveInAbove
   354 #editMoveInAbove
   357 'Move the selected item into the previous item (as child item).'
   355 'Move the selected item into the previous item (as child item)'
   358 
   356 
   359 #editMoveOut
   357 #editMoveOut
   360 'Move the selected item out of its parent item.'
   358 'Move the selected item out of its parent item'
   361 
   359 
   362 #editMoveUp
   360 #editMoveUp
   363 'Move the selected item one step up (in the order list).'
   361 'Move the selected item one step up (in the order list)'
   364 
   362 
   365 #editPaste
   363 #editPaste
   366 'Paste from the clipboard.'
   364 'Paste from the clipboard'
   367 
   365 
   368 #editUndo
   366 #editUndo
   369 'Undo the last action.'
   367 'Undo the last action'
   370 
   368 
   371 #editRedo
   369 #editRedo
   372 'Redo the last undone action.'
   370 'Redo the last undone action'
   373 
   371 
   374 #file
   372 #file
   375 'File functions.'
   373 'File functions'
   376 
   374 
   377 #fileBrowseClass
   375 #fileBrowseClass
   378 'Open a System Browser on the current class.'
   376 'Open a System Browser on the current class'
   379 
   377 
   380 #fileDefineClass
   378 #fileDefineClass
   381 'Open a dialog to define the current class.'
   379 'Open a dialog to define the current class'
   382 
   380 
   383 #fileDefineClassAndSelector
   381 #fileDefineClassAndSelector
   384 'Open a dialog to define the current class and selector.'
   382 'Open a dialog to define the current class and selector'
   385 
   383 
   386 #fileExit
   384 #fileExit
   387 'Exit this application.'
   385 'Exit this application'
   388 
   386 
   389 #generate
   387 #generate
   390 'Code generation.'
   388 'Code generation'
   391 
   389 
   392 #help
   390 #help
   393 'Help functions.'
   391 'Help functions'
   394 
   392 
   395 #helpHelpTool
   393 #helpHelpTool
   396 'Show the Help Tools documentation.'
   394 'Show the Help Tools documentation'
   397 
   395 
   398 #helpShowHelp
   396 #helpShowHelp
   399 'Toggle display of help texts.'
   397 'Toggle display of help texts'
   400 
   398 
   401 #helpTutorial
   399 #helpTutorial
   402 'Show this applications documentation.'
   400 'Show this applications documentation'
   403 
   401 
   404 #history
   402 #history
   405 'History functions.'
   403 'History functions'
   406 
   404 
   407 #historyEmptyMenu
   405 #historyEmptyMenu
   408 'Clear the history.'
   406 'Clear the history'
   409 
   407 
   410 #historyMenuItem
   408 #historyMenuItem
   411 'Switch to that item.'
   409 'Switch to that item'
   412 
   410 
   413 #settings
   411 #settings
   414 'Settings functions.'
   412 'Settings functions'
   415 
   413 
   416 #test
   414 #test
   417 'Test functions.'
   415 'Test functions'
   418 
   416 
   419 #addTab
   417 #addTab
   420 'Add another page (tab).'
   418 'Add another page (tab)'
   421 
   419 
   422 )
   420 )
   423 
   421 
   424     "Modified: / 06-07-2011 / 16:48:14 / cg"
   422     "Modified: / 06-07-2011 / 16:48:14 / cg"
   425 ! !
   423 ! !
  1644 ! !
  1642 ! !
  1645 
  1643 
  1646 !ToolApplicationModel class methodsFor:'documentation'!
  1644 !ToolApplicationModel class methodsFor:'documentation'!
  1647 
  1645 
  1648 version_CVS
  1646 version_CVS
  1649     ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.142 2012-09-09 19:05:30 cg Exp $'
  1647     ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.143 2013-03-19 12:12:17 cg Exp $'
  1650 ! !
  1648 ! !
       
  1649