PowerToys/src/modules/launcher/Wox.Plugin
Clint Rutkas ff93b38d23
upgrading all .NET assemblies, #5303 took care of ones where they needed consolidating (#5304)
Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
2020-07-30 12:16:32 -07:00
..
Features Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Interfaces Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Properties Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
SharedCommands Spelling: ... wox (#3775) 2020-05-27 08:05:54 -07:00
ActionContext.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
AllowedLanguage.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
BaseModel.cs Fix for Memory issue with context menu items (#4597) 2020-07-02 13:48:41 -07:00
ContextMenuResult.cs [Run] Open in console functionality (#4739) 2020-07-08 09:56:26 -07:00
EventHandler.cs [Settings/Run] LowLevel Keyboard hooking for Hotkeys (#3825) 2020-06-11 12:59:36 -07:00
Feature.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
FodyWeavers.xml Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
FodyWeavers.xsd Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
IPlugin.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
IPublicAPI.cs Migrate files from Wox to PowerLauncher (#5014) 2020-07-20 11:22:03 -07:00
ISettingProvider.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
PluginInitContext.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
PluginMetadata.cs Dev/crutkas/fixing warnings (#5161) 2020-07-22 13:27:17 -07:00
PluginPair.cs Dev/crutkas/fixing warnings (#5161) 2020-07-22 13:27:17 -07:00
Query.cs spelling: separator (#3751) 2020-05-26 18:10:58 -07:00
README.md Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Result.cs Dev/crutkas/fixing warnings (#5161) 2020-07-22 13:27:17 -07:00
ThemeManager.cs Dev/crutkas/fixing warnings (#5161) 2020-07-22 13:27:17 -07:00
ToolTipData.cs Dev/crutkas/fixing warnings (#5161) 2020-07-22 13:27:17 -07:00
Wox.Plugin.csproj upgrading all .NET assemblies, #5303 took care of ones where they needed consolidating (#5304) 2020-07-30 12:16:32 -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