changed: #todo
authorClaus Gittinger <cg@exept.de>
Mon, 14 Feb 2011 18:13:21 +0100
changeset 9769 3fd3f9154974
parent 9768 eb73532608b5
child 9770 b0f562b60e4b
changed: #todo
FileDialog.st
--- 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 $'
 ! !