martin wrote:
Because there is less space to display the items. I can consider replacing "elapsed time" with "time left". Problem is that "time left" may not be always available. What do I display then?
I guess it depends on the screen size. At 1024x768 there's lots of room for extra columns. At 800x600 there's less, but perhaps if the columns were optional like those of the directory panel then the user could decide how to manage them. However, I don't think that optional columns are absolutely necessary; the user can resize the columns anyway so if he doesn't like the new one he can squash it down.
I don't think that elapsed time should be replaced.
martin wrote:
Maybe option "disconnect once queue is empty" can be better approach. What do you think?
That sounds perfect. You may possibly want to include a confirmation dialog (which has an option not to be shown again) to tell the user that the program really will be closed once the queue is empty, even if they are still "in the process of using WinSCP", eg, looking at the screen and just about to change directory or something.
Of course, there are some issues: what might the user be doing when the queue empties and the program tries to close? If he has a dialog open, you wouldn't want the program to exit; instead you would want another dialog to popup saying that exit was cancelled.
What if he was in the middle of navigating through folders etc? Ideally, WinSCP would want to keep a track of user activity and only exit without confirmation if there had been no activity for, say, 10 seconds. But this is getting perhaps over-complicated now; if a user chooses "exit when queue is empty" (which certainly wouldn't be the default!) then he is ultimately responsible for not being in the middle of a task when it does try to exit!
Certainly I would be grateful to have this feature implemented "with risks" than wait longer for a risk-free implementation :-)
martin wrote:
You've missed the very first sentence on the page :-)
Indeed! :-P I also hunted around and found "Not released yet" (
https://winscp.net/eng/docs/history). Very useful! Perhaps it should be linked to on the front page, as it's not obvious that this info would be found under "History"!
Best wishes,
Anton