WorkspaceApplication.st
changeset 6408 e0f701a20cae
parent 6353 b9e2940b7714
child 6421 38dc014c8ab6
equal deleted inserted replaced
6407:ab440db06a50 6408:e0f701a20cae
   952 
   952 
   953 clearHistory
   953 clearHistory
   954     Workspace clearDoItHistory
   954     Workspace clearDoItHistory
   955 !
   955 !
   956 
   956 
       
   957 defaultFileNameForSave
       
   958     ^ self selectedWorkspace defaultFileNameForFileDialog ? super defaultFileNameForSave
       
   959 !
       
   960 
   957 doIt
   961 doIt
   958     self selectedWorkspacesTextView doIt
   962     self selectedWorkspacesTextView doIt
   959 !
   963 !
   960 
   964 
   961 inspectIt
   965 inspectIt
  1436 ! !
  1440 ! !
  1437 
  1441 
  1438 !WorkspaceApplication class methodsFor:'documentation'!
  1442 !WorkspaceApplication class methodsFor:'documentation'!
  1439 
  1443 
  1440 version
  1444 version
  1441     ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.102 2005-07-13 15:43:57 cg Exp $'
  1445     ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.103 2005-10-19 12:39:43 cg Exp $'
  1442 ! !
  1446 ! !