PowerToys/src/modules/launcher/Wox.Plugin
Stefan Markovic 073caffef4
[Settings, Common.UI, runner exe] Unify exe/dll naming (#15005)
* Unify exe/dll naming - PowerToys.Runner

Align naming with other exes - PowerToys Runner -> PowerToys.Runner

* Unify exe/dll naming - Microsoft.PowerToys.Common.UI

Project name - Microsoft.PowerToys.Common.UI -> Common.UI
dll name - Microsoft.PowerToys.Common.UI.dll -> PowerToys.Common.UI.dll

* Unify exe/dll naming - Settings

Project names - Microsoft.PowerToys.Settings* -> Settings*
Dll names - Microsoft.PowerToys.Settings*.dll -> PowerToys.Settings*.dll

* Revert file autoformat

* [Docs] Update paths to settings projects/files

* Fix tests - Update path
2021-12-15 12:56:52 +01:00
..
Interfaces fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -07:00
LibraryThemes [PowerLauncher] Fix getting theme changed event for and between HighContrast setting 2020-10-31 11:58:52 +01:00
loc LEGO: check in for master to temporary branch. (#10819) 2021-04-19 13:07:20 -07:00
Logger [PT Run] Improve logs (#9518) 2021-02-09 14:54:39 +01:00
Properties [modules] Unify exe & dll naming (#14903) 2021-12-10 10:50:46 +01:00
SharedCommands Io abstraction (#7293) 2020-11-02 18:33:43 +01:00
ActionContext.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
AllowedLanguage.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
BaseModel.cs fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -07:00
Constant.cs [modules] Unify exe & dll naming (#14903) 2021-12-10 10:50:46 +01:00
ContextMenuResult.cs whitespace forced changes (#6002) 2020-08-17 10:00:56 -07:00
IContextMenu.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
IDelayedExecutionPlugin.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
IPlugin.cs [PowerToys Run] Plugin manager (#9872) 2021-02-26 13:21:58 +02:00
IPublicAPI.cs [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00
ISettingProvider.cs [PowerToys Run] Plugin manager (#9872) 2021-02-26 13:21:58 +02:00
LocProject.json [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
PluginInitContext.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
PluginMetadata.cs Standardize .NET JSON on System.Text.Json (#12805) 2021-08-20 14:36:29 +01:00
PluginPair.cs [Powertoys Run] Add setting to confirm system commands (#12427) 2021-07-28 14:37:30 +01:00
Query.cs Upgrade check-spelling to 0.0.17-alpha (#10173) 2021-03-17 19:27:30 +01:00
README.md Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Result.cs [Run] Highlight search text (#11635) 2021-06-08 11:23:27 -07:00
ResultUpdatedEventArgs.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
SpecialKeyState.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
ToolTipData.cs Mark string with DO NOT LOCALIZE (#8196) 2020-11-24 22:03:43 +01:00
Wox.Plugin.csproj [Settings, Common.UI, runner exe] Unify exe/dll naming (#15005) 2021-12-15 12:56:52 +01:00

What does Wox.Plugin do?

  • Defines base objects and interfaces for plugins
  • Plugin authors making C# plugins should reference this DLL via nuget
  • Contains base commands used by all plugins