Differences

This shows you the differences between the selected revisions of the page.

integration_editor 2019-04-24 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 120: Line 111:
If you want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], in TextPad, go to //Configure > Preferences > General > Allow Multiple Instances to Run//. If you want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], in TextPad, go to //Configure > Preferences > General > Allow Multiple Instances to Run//.
-===== Notepad++ =====+===== [[notepad]] Notepad++ =====
Command to specify on //[[ui_editor_preferences|Editor preferences dialog]]//: Command to specify on //[[ui_editor_preferences|Editor preferences dialog]]//:
Line 128: Line 119:
</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 Notepad++ command-line switches ''[[https://notepad-plus-plus.org/assets/images/scsh/scsh_cmdlineArguments.png|-multiInst -nosession]]''.+
Line 155: Line 144:
If you do not want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], use Atom command-line switch ''-a''. If you do not want WinSCP to [[task_edit#mdi|open a separate editor for every edited file]], use Atom command-line switch ''-a''.
 +===== [[phpstorm]] JetBrains PhpStorm =====
 +
 +Command to specify on //[[ui_editor_preferences|Editor preferences dialog]]//:
 +
 +<code>
 +"C:\Program Files\JetBrains\PhpStorm 2020.1.2\bin\phpstorm64.exe" "!.!"
 +</code>
 +By default PhpStorm starts in [[https://blog.jetbrains.com/idea/2020/04/lightedit-mode/|LightEdit mode]] when opening a file this way. You can [[https://stackoverflow.com/q/62624825/850848#62626486|disable the LightEdit mode]] to open PhpStorm in the full project mode. The same applies to other JetBrains IDEs (IntelliJ IDEA, WebStorm and others).

Last modified: by martin