PowerToys/Wox.Plugin
2019-09-28 11:33:32 +10:00
..
Features Optimize using 2016-01-06 06:45:08 +00:00
Properties Add solution level AssemblyInfo file, and bump version 2015-11-28 10:47:49 +00:00
SharedCommands Handling chrome browser not installed 2019-08-21 08:30:18 +10:00
ActionContext.cs Add modifier key support when user action items. 2014-02-09 20:55:18 +08:00
AllowedLanguage.cs Optimize using directives 2015-10-30 23:23:01 +00:00
BaseModel.cs More data bindings (MaxResultsToShow + ActivatedTimes) 2016-05-25 01:03:52 +01:00
EventHandler.cs Optimize using directives 2015-10-30 23:23:01 +00:00
Feature.cs MVVM refactoring for web search plugin, part 1 2016-06-21 00:14:32 +01:00
FodyWeavers.xml Databinding for plugin tab + faster image load 2016-05-25 01:03:37 +01:00
IPlugin.cs Revert last two commits pushed by @aaroncampf, which will cause build erros. 2014-05-25 18:11:27 +08:00
IPublicAPI.cs Add to Sys plugin- save all Wox settings 2019-08-22 21:37:36 +10:00
ISettingProvider.cs Optimize using directives 2015-10-30 23:23:01 +00:00
packages.config update nuget package 2017-03-04 16:35:24 +00:00
PluginInitContext.cs Refactoring proxy, part 2 2016-06-19 16:22:45 +01:00
PluginMetadata.cs More data bindings (MaxResultsToShow + ActivatedTimes) 2016-05-25 01:03:52 +01:00
PluginPair.cs Databinding for plugin tab + faster image load 2016-05-25 01:03:37 +01:00
Query.cs Fix PluginIndicator for multiple action keywords 2015-11-06 01:16:37 +00:00
README.md Update readme project description 2019-09-28 11:33:32 +10:00
Result.cs Fix Result object comparison bug 2019-08-31 16:58:15 +10:00
Wox.Plugin.csproj Add shared commands for plugins to use 2019-08-06 21:27:54 +10: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
  • Contains base commands that that are used by all plugins