PowerToys/src/modules/launcher/Wox.Plugin
2020-10-22 08:30:18 -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 Upgrade nuget packages (#6641) 2020-09-16 12:24:21 -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 Enable starting apps with command line arguments when run as admin is selected (#6923) 2020-10-21 11:49:55 -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 Shift to ControlzEx HC code (#6880) 2020-10-01 16:08:06 -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 Upgrade mahapps to 2.3 (#7466) 2020-10-22 08:30: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