Differences
This shows you the differences between the selected revisions of the page.
| 2019-04-18 | 2019-04-24 | ||
| Visual Studio Code (martin) | atom (martin) | ||
| Line 144: | Line 144: | ||
| If you do not want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], use gVim command-line switch ''%%--remote-tab-silent%%''. | If you do not want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], use gVim command-line switch ''%%--remote-tab-silent%%''. | ||
| + | |||
| + | ===== Atom ===== | ||
| + | |||
| + | Command to specify on //[[ui_editor_preferences|Editor preferences dialog]]//: | ||
| + | |||
| + | <code> | ||
| + | "%LOCALAPPDATA%\atom\atom.exe" !.! | ||
| + | </code> | ||
| + | |||
| + | If you do not want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], use Atom command-line switch ''-a''. | ||