Differences
This shows you the differences between the selected revisions of the page.
| integration_editor 2020-07-03 | integration_editor 2026-06-16 (current) | ||
| Line 2: | Line 2: | ||
| You can [[ui_pref_editor|configure WinSCP]] to use your favorite text editor for [[task_edit|editing files]]. | You can [[ui_pref_editor|configure WinSCP]] to use your favorite text editor for [[task_edit|editing files]]. | ||
| - | See below for details on some popular editors. &winpath &win32 &win64 | + | See below for details on some popular editors. &winpath |
| If your have your favorite editor associated with text files in Windows, you can have WinSCP autodetect the editor, to avoid manually configuring it. See //Use default system editor// button on [[ui_editor_preferences|Editor preferences dialog]]. | If your have your favorite editor associated with text files in Windows, you can have WinSCP autodetect the editor, to avoid manually configuring it. See //Use default system editor// button on [[ui_editor_preferences|Editor preferences dialog]]. | ||
| - | ===== Visual Studio Code ==== | + | ===== [[vscode]] Visual Studio Code ==== |
| Command to specify on //[[ui_editor_preferences|Editor preferences dialog]]//: | Command to specify on //[[ui_editor_preferences|Editor preferences dialog]]//: | ||
| Line 34: | Line 34: | ||
| "C:\Program Files (x86)\Hidemaru\Hidemaru.exe" !.! | "C:\Program Files (x86)\Hidemaru\Hidemaru.exe" !.! | ||
| </code> | </code> | ||
| - | |||
| - | Replace ''C:\Program Files (x86)'' with ''C:\Program Files'' on 32-bit systems. | ||
| ===== Sakura ===== | ===== Sakura ===== | ||
| Line 43: | Line 41: | ||
| "C:\Program Files (x86)\sakura\sakura.exe" !.! | "C:\Program Files (x86)\sakura\sakura.exe" !.! | ||
| </code> | </code> | ||
| - | |||
| - | Replace ''C:\Program Files (x86)'' with ''C:\Program Files'' on 32-bit systems. | ||
| - | |||
| ===== UltraEdit ===== | ===== UltraEdit ===== | ||
| Line 53: | Line 48: | ||
| "C:\Program Files\IDM Computer Solutions\UltraEdit\Uedit64.exe" !.! | "C:\Program Files\IDM Computer Solutions\UltraEdit\Uedit64.exe" !.! | ||
| </code> | </code> | ||
| - | |||
| - | Replace ''Uedit64.exe'' with ''Uedit32.exe'' on 32-bit systems. | ||
| If you want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], in UltraEdit, go to //Advanced > Configuration > General > General Application Items > Allow multiple instances//. | If you want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], in UltraEdit, go to //Advanced > Configuration > General > General Application Items > Allow multiple instances//. | ||
| Line 64: | Line 57: | ||
| "C:\Program Files (x86)\PSPad editor\PSPad.exe" !.! | "C:\Program Files (x86)\PSPad editor\PSPad.exe" !.! | ||
| </code> | </code> | ||
| - | |||
| - | Replace ''C:\Program Files (x86)'' with ''C:\Program Files'' on 32-bit systems. | ||
| If you want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], in PSPad, go to //Settings > Program Settings > System Integration > Only One Program Instance//. | If you want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], in PSPad, go to //Settings > Program Settings > System Integration > Only One Program Instance//. | ||
| Line 127: | Line 118: | ||
| "C:\Program Files\Notepad++\notepad++.exe" !.! | "C:\Program Files\Notepad++\notepad++.exe" !.! | ||
| </code> | </code> | ||
| - | |||
| - | Replace ''C:\Program Files'' with ''C:\Program Files (x86)'' when using 32-bit version of Notepad++ on 64-bit systems. | ||
| If you want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], in Notepad++, go to //Settings > Preferences > Multi-Instance > Always in multi-instance mode//. To change the behavior for the instance opened from WinSCP only, use [[https://npp-user-manual.org/docs/command-prompt/|Notepad++ command-line switches ''-multiInst -nosession'']]. | If you want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], in Notepad++, go to //Settings > Preferences > Multi-Instance > Always in multi-instance mode//. To change the behavior for the instance opened from WinSCP only, use [[https://npp-user-manual.org/docs/command-prompt/|Notepad++ command-line switches ''-multiInst -nosession'']]. | ||