Differences
This shows you the differences between the selected revisions of the page.
| 2020-01-16 | 2020-07-03 | ||
| old revision restored - no one is suggesting anywhere to check the box (martin) | PhpStorm (martin) | ||
| Line 155: | Line 155: | ||
| 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]] 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. | ||