FileBrowserV2SettingsAppl.st
changeset 17874 623f64e7d170
parent 16339 ff49b049c9c5
child 17915 ae1167b3d95c
--- a/FileBrowserV2SettingsAppl.st	Mon Jan 01 15:59:47 2018 +0100
+++ b/FileBrowserV2SettingsAppl.st	Mon Jan 01 16:10:49 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -68,6 +70,18 @@
 
 #alwaysUseSmalltalkTools
 'Always use Smalltalk tools to show/edit documents.\I.e. do not try to start a tool from the operating system on double click'
+
+#showHiddenFiles
+'Show hidden files (i.e. files with a ''.''-prefix)'
+
+#showDirectoryTree
+'Show the directory tree'
+
+#viewFilesInDirectoryTree
+'Show regular files in the left directory view'
+
+#viewDirsInContentsBrowser
+'Show directories in the right contents view'
 )
 ! !
 
@@ -157,12 +171,13 @@
                          translateLabel: true
                        )
                       (CheckBoxSpec
-                         label: 'Directories on Top'
+                         label: 'Directories First'
                          name: 'CheckBox26'
                          layout: (LayoutFrame 20 0.0 127 0 0 1.0 157 0)
                          enableChannel: viewDirsInContentsBrowser
                          model: showDirectoriesOnTop
                          translateLabel: true
+                         isVisible: false
                        )
                       (CheckBoxSpec
                          label: 'Toolbar'