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: WinSCP + EditPlus integration for multiple files

The next version of WinSCP will automatically restore the editor options defaults when changing editor command from Notepad to 3rd party editor
https://winscp.net/tracker/1872
martin

Re: WinSCP + EditPlus integration for multiple files

zenfridge wrote:

Sorry to bump this, but to add additional useful information:

Even with the "External editor opens each file in separate window" unselected, you still need to modify the editor command line to tell EditPlus to use an existing process (-e) to load additional files in. Otherwise it will still open in separate windows (because of editplus, not winscp). Having forgotten this on every install I've done and then having to redig the option, I finally just updated the https://winscp.net/eng/docs/ui_editor_preferences page to reflect this information (since this web page is the first google answer).

Thanks for sharing this.
zenfridge

Re: WinSCP + EditPlus integration for multiple files

Sorry to bump this, but to add additional useful information:

Even with the "External editor opens each file in separate window" unselected, you still need to modify the editor command line to tell EditPlus to use an existing process (-e) to load additional files in. Otherwise it will still open in separate windows (because of editplus, not winscp). Having forgotten this on every install I've done and then having to redig the option, I finally just updated the https://winscp.net/eng/docs/ui_editor_preferences page to reflect this information (since this web page is the first google answer).
dbv

Re: WinSCP + EditPlus integration for multiple files

That works! Thank-you.
martin

Re: WinSCP + EditPlus integration for multiple files

The External editor opens each file in separate window (process) has to be unchecked actually. I have corrected my response above.
martin

Re: WinSCP + EditPlus integration for multiple files

I have sent you an email with a debug version of WinSCP to address you have used to register on this forum.
dbv

Re: WinSCP + EditPlus integration for multiple files

re: External editor opens each file in separate window (process)checked in external editor configuration for EditPlus? Yes
re: How do you open the file for editing from WinSCP? Right click on file name, select Edit.
martin

Re: WinSCP + EditPlus integration for multiple files

OK, are you sure you have External editor opens each file in separate window (process) unchecked (Edited 28 Nov 2012) in external editor configuration for EditPlus? How do you open the file for editing from WinSCP?
https://winscp.net/eng/docs/ui_editor_preferences
dbv

Re: WinSCP + EditPlus integration for multiple files

The error message dialog box is from EditPlus.
martin

Re: WinSCP + EditPlus integration for multiple files

Is the error from WinSCP or the EditorPlus. Can you post a screnshot?
dbv

WinSCP + EditPlus integration for multiple files

The latest versions of WinSCP and EditPlus3 are installed (on a Windows XP machine). WinSCP connects to an EC2 instance. Want to open/edit/save multiple files at a time in EditPlus. Each time a file is edited and saved it should be transferred to EC2 automatically.

The WinSCP + EditPlus integration instructions at https://winscp.net/eng/docs/task_edit#mdi have been followed. But, it doesn't work. Every time a file save is attempted, the following error message dialog box appears:

File operation failed.
C:\...\Temp\scp08250\... EC2 path
The system cannot find the path specified.

Open/edit/save one file at a time works.

Any ideas how to solve for multiple files?