FileDialog.st
changeset 9769 3fd3f9154974
parent 9767 53899b69d223
child 9809 fa5280b1259f
--- a/FileDialog.st	Mon Feb 14 18:13:03 2011 +0100
+++ b/FileDialog.st	Mon Feb 14 18:13:21 2011 +0100
@@ -85,10 +85,11 @@
 
 todo
 "
-    - make the filedialog windows like f
+    - 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
+
     - do not expand the ~ or relative pathnames to absolute pathnames        
 "
 ! !
@@ -1995,9 +1996,9 @@
 !FileDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.114 2011-02-14 17:13:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.115 2011-02-14 17:13:21 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.114 2011-02-14 17:13:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileDialog.st,v 1.115 2011-02-14 17:13:21 cg Exp $'
 ! !