[PTRun][Program]Run commands: Support for MSC and CPL (#23668)

* code changes

* spell fix

* dev docs

* update tests

* Code improvement
This commit is contained in:
Heiko
2023-02-13 20:15:25 +01:00
committed by GitHub
parent 00e10d38c2
commit e4e1b5b43d
4 changed files with 29 additions and 3 deletions

View File

@@ -42,3 +42,6 @@ There are broadly two different categories of applications:
### Additional Notes
- Arguments can be provided to the program plugin by entering them after `--` (a double dash).
- The localization is done using the `Localization Helper`from `Wox.Plugin.Common` hosted at runtime in a variable of plugin's main class.
- The `Run commands` differ in two points from the normal `Win32Programs`:
- The result title contains the executable type.
- The file types `.cpl` and `.msc` are supported too.