PowerToys/src
Heiko 46cf9a2334
[PTRun][Plugins]Translation fixes and improvements (#19037)
* add resx comment to sys plugin (#18843)

* number examples calc plugin (#18934)

* TD description fix (#17377)

* small fixes

* add comments

* make spell checker happy
2022-06-28 19:21:08 +01:00
..
ActionRunner [chore]Consolidate nuget packages (#19063) 2022-06-28 14:30:57 +01:00
codeAnalysis [FileExplorerPreview] Move everything from WebBrowser to WebView2 (#17588) 2022-04-14 16:27:22 +01:00
common [chore]Consolidate nuget packages (#19063) 2022-06-28 14:30:57 +01:00
logging [ARM64] Add support for .msi assembly (#17861) 2022-04-21 15:55:02 +01:00
modules [PTRun][Plugins]Translation fixes and improvements (#19037) 2022-06-28 19:21:08 +01:00
runner [chore]Consolidate nuget packages (#19063) 2022-06-28 14:30:57 +01:00
settings-ui [chore]Consolidate nuget packages (#19063) 2022-06-28 14:30:57 +01:00
tests/win-app-driver [test][chore]Update test sdk to 17.2.0 (#19059) 2022-06-28 14:30:03 +01:00
Update [chore]Consolidate nuget packages (#19063) 2022-06-28 14:30:57 +01:00
.clang-format Formatting chores (#1441) 2020-03-05 13:07:06 +03:00
.editorconfig [PTRun][TimeZone]Fix empty subtiles and missing results (#18632) 2022-06-24 13:00:46 +01:00
README.md Fix broken link (#16382) 2022-02-17 11:43:47 -08:00
Version.props Update Version.props 2020-10-20 15:58:26 -07:00

PowerToys Source Code

Code organization

The PowerToys are split into DLLs for each PowerToy module (modules folder), and an executable (runner folder) that loads and manages those DLLs.

The settings window is a separate executable, contained in settings-ui folder. It utilizes a WebView to display an HTML-based settings window.

The common contains code for a static library with helper functions, used by both the runner and the PowerToys modules.