SVN__WorkingCopy.st
changeset 1043 63ec5f7c5762
parent 1027 1f9bcfa5013b
child 1063 75f4338d821a
equal deleted inserted replaced
1042:e1e57dbcd43e 1043:63ec5f7c5762
   761     "Created: / 31-03-2008 / 12:43:51 / janfrog"
   761     "Created: / 31-03-2008 / 12:43:51 / janfrog"
   762 ! !
   762 ! !
   763 
   763 
   764 !WorkingCopy methodsFor:'inspecting'!
   764 !WorkingCopy methodsFor:'inspecting'!
   765 
   765 
       
   766 browse
       
   767     "Opens a file browser on the working copy"
       
   768 
       
   769     UserPreferences current fileBrowserClass
       
   770         openOnDirectory: path asFilename
       
   771 
       
   772     "Created: / 04-02-2012 / 17:14:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   773 !
       
   774 
   766 inspector2TabBrowser
   775 inspector2TabBrowser
   767 
   776 
   768     self exists ifTrue:[
   777     self exists ifTrue:[
   769         ^self newInspector2Tab
   778         ^self newInspector2Tab
   770            label: 'Working copy';
   779            label: 'Working copy';