1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 20:10:08 +02:00

📝 Update application FAQ

This commit is contained in:
2021-12-10 18:05:45 +01:00
parent ac0ca06d7f
commit 2f93b4980b

View File

@ -237,15 +237,9 @@ When you select and right-click on a domain, you can open these directories with
The supported apps are: <i>PhpStorm, Visual Studio Code, Sublime Text, Sublime Merge, iTerm</i>.
For <strong>Visual Studio Code</strong>, you need to have `code` available in your PATH (`/usr/bin/local/code` is checked).
[More info](https://code.visualstudio.com/docs/editor/command-line) here.
All of these apps should just be detected correctly, no matter their location on your system. If you can open it using `open -a "appname"`, the app should be detected and work. If you have renamed the app, there might be an issue getting it detected.
For <strong>PhpStorm</strong>, you need to have `pstorm` available in your PATH (`/usr/bin/local/pstorm` is checked).
[More info](https://www.jetbrains.com/help/phpstorm/working-with-the-ide-features-from-command-line.html) here.
For <strong>Sublime Text, Sublime Merge and iTerm</strong>, the apps need to be in your `/Applications` directory.
To see which files are checked to determine availability, see [this file](./phpmon/Domain/Helpers/Editor.swift).
To see which files are checked to determine availability, see [this file](./phpmon/Domain/Helpers/Application.swift).
</details>
<details>