PowerToys/src/modules/launcher/Wox.Plugin
2020-10-28 17:27:07 +00:00
..
Interfaces fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -07:00
loc LEGO: check in for master to temporary branch. 2020-10-28 17:27:07 +00:00
Logger [fxcop] Fixes for Wox.Plugin (2of3) - Moved logger interface to Wox.Plugin (#7464) 2020-10-23 13:06:22 -07:00
Properties [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
SharedCommands [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07: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 [fxcop] Fixes for Wox.Plugin (2of3) - Moved logger interface to Wox.Plugin (#7464) 2020-10-23 13:06:22 -07:00
ContextMenuResult.cs whitespace forced changes (#6002) 2020-08-17 10:00:56 -07:00
FodyWeavers.xml Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
FodyWeavers.xsd Upgrade nuget packages (#6641) 2020-09-16 12:24:21 -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 fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -07:00
IPublicAPI.cs [PT Run] Option for override theme (#7355) 2020-10-23 15:05:07 -07:00
ISettingProvider.cs [fxcop] Settings UI library (part 4) - project/namespace renames (#7403) 2020-10-22 09:45:48 -07: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 [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
PluginPair.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
Query.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
README.md Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Result.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -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
ThemeManager.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
ToolTipData.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
Wox.Plugin.csproj [fxcop] Fixes for Wox.Plugin (3of3) - enable FxCop Analyzer (#7465) 2020-10-26 18:18:21 -07: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