PowerToys/src/modules/launcher/Wox.Plugin
Clint Rutkas 712d5fbfa7
fixing the fody warning (#6164)
* fixing the fody warning

* removing the ignored item from the installer
2020-09-03 09:49:28 -07:00
..
Interfaces fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -07:00
Properties Fix for PowerLauncher crash - Type Load Exception (#5906) 2020-08-12 14:18:01 -07:00
SharedCommands fixing warnings, per ryan suggestion, suprressing warning now. we'll revisit the if debug blocks later (#6010) 2020-08-17 14:52:27 -07:00
ActionContext.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
AllowedLanguage.cs fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -07:00
BaseModel.cs fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -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 Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
IDelayedExecutionPlugin.cs [PT Run] Split indexer plugin's queries into a fast and slow query (#5748) 2020-08-11 14:52:03 -07:00
IFeatures.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -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 [Localization] Move PowerToys Run string resources from xaml files to resx (#6165) 2020-09-02 15:24:59 -07:00
ISettingProvider.cs whitespace forced changes (#6002) 2020-08-17 10:00:56 -07:00
PluginInitContext.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
PluginMetadata.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
PluginPair.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
Query.cs Removind depercated fields (#6008) 2020-08-17 13:13:11 -07:00
README.md Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Result.cs [Pt Run] Narrator support for result view navigation (#6146) 2020-09-02 13:34:07 -07:00
ResultUpdatedEventArgs.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
SpecialKeyState.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
ThemeManager.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
ToolTipData.cs fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -07:00
Wox.Plugin.csproj fixing the fody warning (#6164) 2020-09-03 09:49:28 -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