Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Several suggestions to the author

Yang Dong wrote:

1. I suggest the filter feature for the remote/local file list is better to be an editor(commbo box) directly residing in the tool bar, rather than as a button and a dialog box. In this way, one can much directly input a filter, or even directly select a history filter in the dropdown.

For now, it's easier to open the filter dialog, by clicking the filter in the path display:
https://winscp.net/tracker/1478

I can send you a development version for testing.
martin

Re: Several suggestions to the author

Yang Dong wrote:

martin wrote:

This request has been added to the tracker:
https://winscp.net/tracker/1437


I've looked into the newest version of WinSCP, but cannot find the implemented function. Just tell me how to open multiple files at a time in the new version?


The tracker points to the documentation:
https://winscp.net/eng/docs/task_edit
Yang Dong

Re: Several suggestions to the author

Please see my attached image for filter comble suggestion.
Guest

Re: Several suggestions to the author

And I still strongly suggest Martin to consider my first point. It's not complicated at all to put a filter combo in TBX toolbar in C++Builder, as I'm also very familiar with all these techniques. In this way, filtering will be much more straightforward and convenient than popping up a filter dialog.
Yang Dong

Re: Several suggestions to the author

martin wrote:

Yang Dong wrote:

3. There should be some way to make us able to open a batch of files in one time. For example, I have about 10 shell scripts located in different places in a Linux server. Ordinarily for the first time I need to edit them,I can navigate to the file and open them in an external editor from WinSCP, and even if I've opened multiple files, it works fine. However, If I always need to open the same set of files for certain work, then each time I will need to navigate to each of these files and open them again. So I hope WinSCP can have a functionality that we can open multiple files in external editor via a path list(or a wildcard list) in one time without navigating, or even better, let WinSCP be able to 'remember' the editing state, so that the next time I opened WinSCP again, I can still continue to edit the temporary files from last time. I think this may bring great convenience to those script developers with Linux.


This request has been added to the tracker:
https://winscp.net/tracker/1437


I've looked into the newest version of WinSCP, but cannot find the implemented function. Just tell me how to open multiple files at a time in the new version?
martin

Re: Several suggestions to the author

Yang Dong wrote:

3. There should be some way to make us able to open a batch of files in one time. For example, I have about 10 shell scripts located in different places in a Linux server. Ordinarily for the first time I need to edit them,I can navigate to the file and open them in an external editor from WinSCP, and even if I've opened multiple files, it works fine. However, If I always need to open the same set of files for certain work, then each time I will need to navigate to each of these files and open them again. So I hope WinSCP can have a functionality that we can open multiple files in external editor via a path list(or a wildcard list) in one time without navigating, or even better, let WinSCP be able to 'remember' the editing state, so that the next time I opened WinSCP again, I can still continue to edit the temporary files from last time. I think this may bring great convenience to those script developers with Linux.


This request has been added to the tracker:
https://winscp.net/tracker/1437
martin

Re: Several suggestions to the author

Thanks for these suggestions. I'll consider them.
Yang Dong

Several suggestions to the author

As a steady WinSCP user, I've been using this great tool for years. The tool greatly improves efficiency our operations against Linux. However for long time I've not got the chance to submit some paint points to the developer of this tool, till recently. Here I'd like to list them all in this post.
1. I suggest the filter feature for the remote/local file list is better to be an editor(commbo box) directly residing in the tool bar, rather than as a button and a dialog box. In this way, one can much directly input a filter, or even directly select a history filter in the dropdown.
2. There should be some place to see and manage what files are being edited by external editors. As I guess, WinSCP may start an internal thread to monitor the update timestamp of each of these files. But the problems is, sometimes WinSCP has no way to know whether the external editors have finished the editing of those files, since for some multi-file editors such as Eclipse, when user closed the file in the editor, it's very likely they don't close the editor itself, they may retain the editor for some other works, thus the monitoring thread in WinSCP will be always alive, and the temp files are always there. So it's useful for WinSCP to provide a management UI to maintain these in-editing files, to allow users manually to clean up the files that have already been finished editing(both to release the monitoring threads and to clean up the temporary files).
3. There should be some way to make us able to open a batch of files in one time. For example, I have about 10 shell scripts located in different places in a Linux server. Ordinarily for the first time I need to edit them,I can navigate to the file and open them in an external editor from WinSCP, and even if I've opened multiple files, it works fine. However, If I always need to open the same set of files for certain work, then each time I will need to navigate to each of these files and open them again. So I hope WinSCP can have a functionality that we can open multiple files in external editor via a path list(or a wildcard list) in one time without navigating, or even better, let WinSCP be able to 'remember' the editing state, so that the next time I opened WinSCP again, I can still continue to edit the temporary files from last time. I think this may bring great convenience to those script developers with Linux.
There 3 suggestions are long time pain point to me, hopes to be considered in WinSCP's future versions.
Thanks!