"When trying to rename or such it shows a window/requester. If i then try to use WB menus or another menu it delays a few seconds until such menu is open/showed."
I have no idea what you just wrote. Rename works just fine here, so does the menus.
"And if it opens the output window/shell it stays forever unitl you close it, could such windows be automatically be closed when command is finished?"
Well just try to rename a file/dir it opens a window/requester to enter the new name, leave the window/requester and try to reach the WB menu-options (Workbench/Window/Icon/Tools) with RMB, it takes a few seconds to show them. Hope noew is more clear, easy to understand.
@broadblues Ah yes, I noticed this bug too, not just in Filer, but seems more often than other apps. I wondered if a layer lock or something was preventing menus from opening.
When trying to rename or such it shows a window/requester. If i then try to use WB menus or another menu it delays a few seconds until such menu is open/showed.
You are encountering the intuition.library IDCMP verification deadlock timer. The timer is started when a IDCMP_MENUVERIFY, IDCMP_SIZEVERIFY or IDCMP_REQVERIFY is pending. It means some component is not responding fast enough or not at all.
There is a bug in window.class which does not clear the IDCMP_MENUVERIFY flag before opening a requester. There are a couple other similar spots. The problems have been fixed and will be available in a future AmigaOS update.
It is probably best to just ignore the problem until the update is out. There is little point in adding workarounds because the deadlock timer is taking care of things for the time being.
Coders should be very cautious when using the above mentioned VERIFY flags and they can find more information about them in the RKRMs and the intuition.doc autodoc.
Do you have any plans to add an ARexx port? That would make this near perfect IMHO....
Some way to use the search funtion as a selection filter would be nice. Currently when using DOpus4 I will often search a directorty for all files containing a string, then use the skip all option to leave only those files selected, it's avery useful side effect.
Your current search has some advantages that I wouldn't like to lose, the list of all files, independent of directory is very useful. But a select in current filer option would be a useful addition. Also it would be nice to be able to do more than just 'view' the files in the search result.
"Some way to use the search funtion as a selection filter would be nice. Currently when using DOpus4 I will often search a directorty for all files containing a string, then use the skip all option to leave only those files selected, it's avery useful side effect.
Your current search has some advantages that I wouldn't like to lose, the list of all files, independent of directory is very useful. But a select in current filer option would be a useful addition. Also it would be nice to be able to do more than just 'view' the files in the search result."
@orgin Filer now seems a very usable alternative to Workbench, so hopefully you can get on with enhancing it's functionality now, like you want to...
...Although the extreme difficulty of switching between Filer & Workbench is rather annoying. I wonder if it would be possible to implement a kludge? While Filer being an AppWindow is one way, I wonder if Workbench's ARexx port might also help?
What I'd most like to see is being able to open a Filer window for an existing Workbench window, and open a Workbench window for an existing Filer window. It seems to me that Workbench's ARexx port might help you obtain the necessary info about which windows Workbench has open, and also commanding Workbench to open new windows.
ChrisH wrote: What I'd most like to see is being able to open a Filer window for an existing Workbench window, and open a Workbench window for an existing Filer window.
The opening of a Workbench window at the path currently displayed in the Filer window can be accomplished with a user button and the following command: WBRun "{s}"
It would be really handy to be able to switch between Workbench and Filer as you suggest. I'm sure this is on orgin's long list of to-do's.
left alt + doubleclick on a directory,device or assign.
(more details in the readme)
It was very easy to implement. Adding current path as a possibility is no problem at all.
Making the WB open Filer window is .. not as easy. But I suggest copying the ContextMenus commodity to WBStartup and updating your envarc:ContextMenus.cfg file with the appropriate lines ;)