FileBrowserV2.st
changeset 8898 4b07bd1ed9c0
parent 8831 7c83a5f15af7
child 9114 21fecc6e1a10
equal deleted inserted replaced
8897:ef971a8188bb 8898:4b07bd1ed9c0
  1905     ].
  1905     ].
  1906 
  1906 
  1907     self onDirectory:(f directory).
  1907     self onDirectory:(f directory).
  1908     self currentFileNameHolder setValue:(Array with:f).
  1908     self currentFileNameHolder setValue:(Array with:f).
  1909     self open.
  1909     self open.
       
  1910 
  1910     editing ifTrue:[
  1911     editing ifTrue:[
  1911         self openTextEditorForFile:f.
  1912         self openTextEditorForFile:f.
  1912     ] ifFalse:[
  1913     ] ifFalse:[
  1913         self openApplForFile:f.
  1914         self openApplForFile:f.
  1914     ].
  1915     ].
  1972 ! !
  1973 ! !
  1973 
  1974 
  1974 !FileBrowserV2 class methodsFor:'documentation'!
  1975 !FileBrowserV2 class methodsFor:'documentation'!
  1975 
  1976 
  1976 version
  1977 version
  1977     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.183 2009-10-01 06:59:37 cg Exp $'
  1978     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.184 2009-10-08 08:43:37 cg Exp $'
  1978 !
  1979 !
  1979 
  1980 
  1980 version_CVS
  1981 version_CVS
  1981     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.183 2009-10-01 06:59:37 cg Exp $'
  1982     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.184 2009-10-08 08:43:37 cg Exp $'
  1982 ! !
  1983 ! !
  1983 
  1984 
  1984 FileBrowserV2 initialize!
  1985 FileBrowserV2 initialize!