ToolApplicationModel.st
changeset 1471 50775b15e283
parent 1427 b3e355574ccf
child 1508 7e77864d74d2
equal deleted inserted replaced
1470:1ac79214af0f 1471:50775b15e283
   245 
   245 
   246 #editDelete
   246 #editDelete
   247 'Delete the selected item(s).'
   247 'Delete the selected item(s).'
   248 
   248 
   249 #editMoveDown
   249 #editMoveDown
   250 'Moves the selected item one step down in the order list.'
   250 'Move the selected item one step down (in the order list).'
   251 
   251 
   252 #editMoveIn
   252 #editMoveIn
   253 'Moves the selected item into next item as child item.'
   253 'Move the selected item into the next item (as child item).'
       
   254 
       
   255 #editMoveInAbove
       
   256 'Move the selected item into the previous item (as child item).'
   254 
   257 
   255 #editMoveOut
   258 #editMoveOut
   256 'Moves the selected item out of its parent item.'
   259 'Move the selected item out of its parent item.'
   257 
   260 
   258 #editMoveUp
   261 #editMoveUp
   259 'Moves the selected item one step up in the order list.'
   262 'Move the selected item one step up (in the order list).'
   260 
   263 
   261 #editPaste
   264 #editPaste
   262 'Paste from the clipboard.'
   265 'Paste from the clipboard.'
   263 
   266 
   264 #editUndo
   267 #editUndo
  1271 ! !
  1274 ! !
  1272 
  1275 
  1273 !ToolApplicationModel class methodsFor:'documentation'!
  1276 !ToolApplicationModel class methodsFor:'documentation'!
  1274 
  1277 
  1275 version
  1278 version
  1276     ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.99 2000-11-15 12:34:52 cg Exp $'
  1279     ^ '$Header: /cvs/stx/stx/libview2/ToolApplicationModel.st,v 1.100 2001-05-17 11:11:53 cg Exp $'
  1277 ! !
  1280 ! !