Ok, so I've started to add this to an internal build, and here's my problem now:
Double-click action = Transfer
All good
Double-click action = Edit
Reasonable to edit files on the server side, what about the Mac side? Edit in the default remote editor app, or open as if double clicked in the Finder?
Double-click action = Open Web URL
Works well for remote files, but the Mac side? The only thing that makes sense is to open them as if double clicked in the Finder
The problem is that I my opinion I'd most likely want to have local files open as if double-clicked in the Finder at all times with this specific option (cmd-downarrow) and would probably keep the remote side at Edit. Of course, that can't be done without either separate 'Double-click action' settings for the Mac and Server sides, or I purposely hard-code the cmd-downarrow option to always open local files as if double clicked in the Finder when Edit or Open Web URL are set.
It feels natural to implement the hard-coded behaviour, as cmd-e is still available to edit if required. Adding another preference setting for 'Local double-click' action would probably give the best flexibility but would it be overkill?
The other issue is multiple selections, especially those containing folders as well as files, and more so those with apps, packages and so on. Currently I've limited it to operation on a single item only to avoid this, so the moment you have two or more items selected the old extending selection behaviour kicks back in.
Comments please?
