Files
PowerToys/src
Mike Griese c275f07f64 Fix all the broken form pages (#266)
Random nits, part the second

TRA is particular about form pages. It'll actually break itself if an extension throws an exception (which it should do). The POC was more forgiving (but technically incorrect)

Well, turns out, all the form pages we had did not give an F and just threw exceptions. They shouldn't! That's bad!
2025-01-07 13:19:01 -06:00
..
2024-09-19 10:13:55 -04:00
2024-12-18 09:59:55 -08:00
2024-09-19 17:12:24 +01:00
2024-12-18 08:57:45 +01:00
2024-12-18 09:59:55 -08:00
2024-12-18 08:57:45 +01:00
2022-02-17 11:43:47 -08: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.