PowerToys/src/modules/launcher/Wox.Plugin
Josh Soref 84169cce10
Spelling: ... wox (#3775)
* spelling: arguments

* spelling: config

* spelling: deactivated

* spelling: exception

* spelling: folder

* spelling: initialize

* spelling: makesure

* spelling: response

* spelling: storage

* spelling: visibility

* spelling: serialized

* spelling: zipped
2020-05-27 08:05:54 -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 Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
ContextMenuResult.cs Adding launcher telemetry for context buttons clicked. 2020-05-06 15:10:22 -07:00
EventHandler.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -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 Spelling: ... src/modules/launcher (#3694) 2020-05-25 17:27:13 -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 Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
PluginPair.cs Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -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 Spelling: ... src/modules/launcher (#3694) 2020-05-25 17:27:13 -07:00
Wox.Plugin.csproj Fix double compile issue for Launcher and Settings (#2759) 2020-05-08 09:07:18 -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