Jur/Guy: I have not wanted to overlap the functionality of the mount tool. Maybe RobertS and I can make a way for Fluff to request a mount from the mount tool. Maybe I can also figure out a simple and light way to display an "unmounted" status in the directory tree and/or file list explicitly. No promises. I've configured a crude form of click-to-mount in Fluff through file associations before, but that is not generally useful or friendly, admittedly.
Jur: I've never tested files > 1 GB. I get the file properties via highly standardized stat() and related API calls. Was it only the really big file that had no properties populated? Were there other files in the same directory (or at least volume) that _did_ show proper properties? Reproducing this issue may be tricky for me... I don't have 2 GB spare on my main laptop's hard disk to create a test file or any USB sticks.
Let me think about that.
I've posted a wish list thread some time back. Here are a few things I've considered:
a) User-customizable font size for buttons, view panes, etc.
b) Three-pane mode that would work more like MC
c) Thumbnail view (icons and/or thumbnail images)
d) Temporary command line for a selected file (works as a "one shot" file association)
e) Search through file names, or file content
I'm probably forgetting a good idea or two...
We can add the compact listing mode to the wish list. I don't use that mode often in other file managers. Coding it would require a different slection/highlighting method, but so will thumbnail mode, so if I implement one, the other may not be much more work.
One caution about new features: the CoreTeam is very committed to keeping the Tinycore base system very small and focused on common-denominator features that are appreciated by most users. I've added a few hundred bytes to Fluff fixing these recent bugs. That is the right thing to do, but I'm sensitive to it. Adding "nice to have" features will start to raise objections from the CoreTeam at some point. 5K more? 50K more? 500K more? I'm not sure exactly as I don't have a specific size budget. But I think it's already at a point that each update will require a fairly strong justification.
Of course, perhaps some of these wish-list things could be added to a "Super Fluff" version that is loaded as an extension, maybe replacing the base version. I took that approach with Fl-PicSee picture viewer back when it was included in the base, and I wanted to support slide show and a few other features. We shall see if I have time or support from other developers to do these wishlist items.