FileBrowserV2SettingsAppl.st
changeset 17874 623f64e7d170
parent 16339 ff49b049c9c5
child 17915 ae1167b3d95c
equal deleted inserted replaced
17873:55caf185e54f 17874:623f64e7d170
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2002 by eXept Software AG
     4  COPYRIGHT (c) 2002 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
    66 #textEditorForAllTypes
    68 #textEditorForAllTypes
    67 'Show all files as text, i.e. do not open specialized viewers as per mime type'
    69 'Show all files as text, i.e. do not open specialized viewers as per mime type'
    68 
    70 
    69 #alwaysUseSmalltalkTools
    71 #alwaysUseSmalltalkTools
    70 'Always use Smalltalk tools to show/edit documents.\I.e. do not try to start a tool from the operating system on double click'
    72 'Always use Smalltalk tools to show/edit documents.\I.e. do not try to start a tool from the operating system on double click'
       
    73 
       
    74 #showHiddenFiles
       
    75 'Show hidden files (i.e. files with a ''.''-prefix)'
       
    76 
       
    77 #showDirectoryTree
       
    78 'Show the directory tree'
       
    79 
       
    80 #viewFilesInDirectoryTree
       
    81 'Show regular files in the left directory view'
       
    82 
       
    83 #viewDirsInContentsBrowser
       
    84 'Show directories in the right contents view'
    71 )
    85 )
    72 ! !
    86 ! !
    73 
    87 
    74 !FileBrowserV2SettingsAppl class methodsFor:'icon'!
    88 !FileBrowserV2SettingsAppl class methodsFor:'icon'!
    75 
    89 
   155                          layout: (LayoutFrame 0 0.0 97 0 0 1.0 127 0)
   169                          layout: (LayoutFrame 0 0.0 97 0 0 1.0 127 0)
   156                          model: viewDirsInContentsBrowser
   170                          model: viewDirsInContentsBrowser
   157                          translateLabel: true
   171                          translateLabel: true
   158                        )
   172                        )
   159                       (CheckBoxSpec
   173                       (CheckBoxSpec
   160                          label: 'Directories on Top'
   174                          label: 'Directories First'
   161                          name: 'CheckBox26'
   175                          name: 'CheckBox26'
   162                          layout: (LayoutFrame 20 0.0 127 0 0 1.0 157 0)
   176                          layout: (LayoutFrame 20 0.0 127 0 0 1.0 157 0)
   163                          enableChannel: viewDirsInContentsBrowser
   177                          enableChannel: viewDirsInContentsBrowser
   164                          model: showDirectoriesOnTop
   178                          model: showDirectoriesOnTop
   165                          translateLabel: true
   179                          translateLabel: true
       
   180                          isVisible: false
   166                        )
   181                        )
   167                       (CheckBoxSpec
   182                       (CheckBoxSpec
   168                          label: 'Toolbar'
   183                          label: 'Toolbar'
   169                          name: 'CheckBox11'
   184                          name: 'CheckBox11'
   170                          layout: (LayoutFrame 0 0.0 155 0 0 1.0 185 0)
   185                          layout: (LayoutFrame 0 0.0 155 0 0 1.0 185 0)