todo list
authorpenk
Tue, 25 Nov 2003 18:05:09 +0100
changeset 5379 70a101a1d056
parent 5378 4054d8298e68
child 5380 2f738f3a34b1
todo list
FileBrowserV2.st
--- a/FileBrowserV2.st	Tue Nov 25 14:03:39 2003 +0100
+++ b/FileBrowserV2.st	Tue Nov 25 18:05:09 2003 +0100
@@ -79,6 +79,8 @@
     - on sort order change in directory contents browser the columnspec shouldnt not reloaded
     - in windows directory up on top of a volume goes to default directory
     - check all windowspecs with different font types
+    - expand treeview directory on enter or tab in FilenameEditfield
+    - filename completition on select a file selection for the browser doesnt change
 "
 ! !
 
@@ -1628,7 +1630,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.95 2003-11-17 10:45:44 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.96 2003-11-25 17:05:09 penk Exp $'
 ! !
 
 FileBrowserV2 initialize!