*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 12 Jan 2006 14:20:36 +0100
changeset 6478 0ff607135d1b
parent 6477 bbc1872ec339
child 6479 760c0b357cb1
*** empty log message ***
FileBrowserV2.st
--- a/FileBrowserV2.st	Thu Jan 12 14:20:23 2006 +0100
+++ b/FileBrowserV2.st	Thu Jan 12 14:20:36 2006 +0100
@@ -69,15 +69,12 @@
 !
 
 toDo
-
 "
-    - the tab for the directory description text editor not changed if the 
-      directory description change to a normal text editor
+    - the tab for the directory description text editor is not changed if the 
+      directory description changes to a normal text editor
     - FileDialog should get a file history
-    - change comment characters on change text file in TextEditor
-    - directorycontentsItem isDirectory failed if it is a symbolic link
+    - directorycontentsItem isDirectory fails if it is a symbolic link
     - 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
     - multiple select with mouse moving is flickering (see bestFilename in FilenameEditField)
     - too many system calls on update cycle
@@ -1727,7 +1724,7 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.144 2006-01-09 08:39:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.145 2006-01-12 13:20:36 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!