AbstractLauncherApplication.st
changeset 2210 efe47610b7ef
parent 2209 753b5db1eea5
child 2218 e8b16573104f
equal deleted inserted replaced
2209:753b5db1eea5 2210:efe47610b7ef
   986 
   986 
   987 ! !
   987 ! !
   988 
   988 
   989 !AbstractLauncherApplication methodsFor:'user actions - tools'!
   989 !AbstractLauncherApplication methodsFor:'user actions - tools'!
   990 
   990 
       
   991 inspectGlobalVariables
       
   992     "inspect globals"
       
   993 
       
   994     Smalltalk inspect
       
   995 !
       
   996 
   991 inspectWorkspaceVariables
   997 inspectWorkspaceVariables
   992     "remove workspace variables"
   998     "inspect workspace variables"
   993 
   999 
   994     Workspace workspaceVariables inspect
  1000     Workspace workspaceVariables inspect
   995 !
  1001 !
   996 
  1002 
   997 newProject 
  1003 newProject 
  4563 ! !
  4569 ! !
  4564 
  4570 
  4565 !AbstractLauncherApplication class methodsFor:'documentation'!
  4571 !AbstractLauncherApplication class methodsFor:'documentation'!
  4566 
  4572 
  4567 version
  4573 version
  4568     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.46 1999-06-26 15:25:35 cg Exp $'
  4574     ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.47 1999-06-26 15:44:34 cg Exp $'
  4569 ! !
  4575 ! !