PowerToys/Wox.Plugin
2015-02-28 18:20:06 +08:00
..
Features Fix UI issues when using web search plugin with suggestions 2015-02-28 18:20:06 +08:00
Properties Implement IInstantSearch for CMD and WebSearch plugin 2015-01-27 22:59:03 +08:00
ActionContext.cs Add modifier key support when user action items. 2014-02-09 20:55:18 +08:00
AllowedLanguage.cs Add portable python environment 2014-07-09 18:15:23 +08:00
EventHandler.cs Add drop event. 2015-02-03 18:32:16 +08:00
IHttpProxy.cs Pack python env to zip 2014-07-18 20:00:55 +08:00
IPlugin.cs Revert last two commits pushed by @aaroncampf, which will cause build erros. 2014-05-25 18:11:27 +08:00
IPluginI18n.cs Add plugin title translations 2015-02-07 20:17:49 +08:00
IPublicAPI.cs Add translation for icon tray. 2015-02-21 21:57:00 +08:00
ISettingProvider.cs Rename Wox.Plugin.System to Wox.Plugin.SystemPlugins 2014-03-29 15:52:57 +08:00
PluginInitContext.cs Remove all obsolete methods 2015-01-24 22:42:06 +08:00
PluginMetadata.cs Add IExclusivePlugin 2015-02-05 22:20:42 +08:00
PluginPair.cs Add init time and query time to setting view 2015-02-05 00:03:35 +08:00
Query.cs fix regressive issues 2015-02-06 18:13:22 +08:00
README.md Update the installer 2014-12-29 21:55:27 +08:00
Result.cs Add IContextMenu interface & lazy load context menus 2015-02-07 23:49:46 +08:00
Wox.Plugin.csproj Add IContextMenu interface & lazy load context menus 2015-02-07 23:49:46 +08:00

What does Wox.Plugin do?

  • Define base objects and interfaces for plugins
  • Plugin Author who making C# plugin should reference this DLL via nuget