#DOCUMENTATION by mawalch
authormawalch
Wed, 07 Jun 2017 17:23:45 +0200
changeset 17527 efd00ec8fc3a
parent 17526 d7cc796d0ea5
child 17528 da32a6fe0427
#DOCUMENTATION by mawalch class: FileDialog class comment/format in: #todo
FileDialog.st
--- a/FileDialog.st	Wed Jun 07 16:40:01 2017 +0200
+++ b/FileDialog.st	Wed Jun 07 17:23:45 2017 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -124,12 +122,12 @@
 
 todo
 "
-    - make the filedialog windows like 
-      filename entry field shows only the filename not the whole directory 
-      the tree allways starts in currrent directory
-      the parent tree is shown in a compobox where the perents are selectable
+    - make the filedialog windows like
+      filename entry field shows only the filename not the whole directory
+      the tree always starts in current directory
+      the parent tree is shown in a combobox where the perents are selectable
 
-    - do not expand the ~ or relative pathnames to absolute pathnames        
+    - do not expand the ~ or relative pathnames to absolute pathnames
 "
 ! !