FileBrowserV2.st
changeset 7670 f4016c41eb2b
parent 7642 7a736bd24cbd
child 7675 f33fda61001c
equal deleted inserted replaced
7669:6279a252f346 7670:f4016c41eb2b
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libtool' }"
    12 "{ Package: 'stx:libtool' }"
    13 
    13 
    14 AbstractFileBrowser subclass:#FileBrowserV2
    14 AbstractFileBrowser subclass:#FileBrowserV2
    15         instanceVariableNames:'fileEntryFieldHolder pathEntryField previewProcess
    15 	instanceVariableNames:'fileEntryFieldHolder pathEntryField previewProcess
    16                 listOfDeviceDrives selectedDeviceDrive imgView lineLabel'
    16 		listOfDeviceDrives selectedDeviceDrive imgView lineLabel'
    17         classVariableNames:''
    17 	classVariableNames:''
    18         poolDictionaries:''
    18 	poolDictionaries:''
    19         category:'Interface-Tools-File'
    19 	category:'Interface-Tools-File'
    20 !
    20 !
    21 
    21 
    22 !FileBrowserV2 class methodsFor:'documentation'!
    22 !FileBrowserV2 class methodsFor:'documentation'!
    23 
    23 
    24 copyright
    24 copyright
   305 
   305 
   306 #columnLabel
   306 #columnLabel
   307 'The text-cursor''s column number'
   307 'The text-cursor''s column number'
   308 
   308 
   309 #encodingLabel
   309 #encodingLabel
   310 'The file''s encoding (Menu to change)'
   310 'The file''s encoding (Right-Click to change)'
   311 
   311 
   312 #encodingLockedLabel
   312 #encodingLockedLabel
   313 'Lock the file-encoding (do not try to guess from the file''s contents)'
   313 'Lock the file-encoding (do not try to guess from the file''s contents)'
   314 
   314 
   315 #lineLabel
   315 #lineLabel
  1845 ! !
  1845 ! !
  1846 
  1846 
  1847 !FileBrowserV2 class methodsFor:'documentation'!
  1847 !FileBrowserV2 class methodsFor:'documentation'!
  1848 
  1848 
  1849 version
  1849 version
  1850     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.166 2007-02-10 16:03:17 cg Exp $'
  1850     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.167 2007-02-28 14:12:46 cg Exp $'
  1851 ! !
  1851 ! !
  1852 
  1852 
  1853 FileBrowserV2 initialize!
  1853 FileBrowserV2 initialize!