@ChrisH
"* A list of recently visited folders. I *really* miss this from DOpus5, as often I want to go back to a folder I just closed."
On the task list already
"* Option for pattern-matching to not clear the previous matches. Perhaps you could add both logical "OR" and "AND" options for extra power?"
Hold down left shift when you click the pattern button
"* Double-clicking on a file WITH an icon should act like WbRun, rather than (Shell) Run."
Err, it does just that. Files not matched by the user defined filetypes are launched with 'WbRun "filename"'
"* Use DefIcons for filetype recognition... Perhaps this would be solved by the previous suggestion?"
Already does. Also check file type configuration which adds some extra options to it. (Does not work on 4.0 due to missing function in icon.library)
"* Show Workbench icons rather than white squares (but I guess this is already on your list)."
Yes on the list.
"* Option for clicking a file will also highlight it's icon file (if exists)."
Will check into what could be added when I add automatic icon handling. Which is on the list.
"* If no folders are selected, then Find will search the current folder. (This way makes much more sense IMHO.)"
True, I'll fix that.
"* I noticed that with recent version of Filer, sometimes a Filer window will stop responding to any command. I have to Clone the window (and close the previous one) to do what I want. Often seems to happen when using FTP Mount - maybe related is the fact that (due to lack of nofication events) it often shows files/folders that have been deleted."
Perhaps related to FTPMount with it never responding when I ask the device to list files or somesuch. If it doesn't happen when you delete a local directory (f.e. ram:myfolder) then it's FTPMount that is acting up. Filer does not keep a local list of files in a cache or some other such technique, so what you do or don't see is what ftpmount delivers to Filer. Filer exposes several problems in ftpmount, such as what happens if the user tries to create a folder in ftp: Hopefully a new ftpmount will be released soon with a lot less bugs. I've also suggested to the current ftpmount maintainer that he adds a
Partial file system notification support to the ftpmount handler.