PowerToys/src/modules/launcher/Wox.Plugin
Jeremy Sinclair 483e37c8b0
[Build]Centralize .NET NuGet Package Versions (#23727)
* Add populated Directory.Packages.props

* Add package source mapping for community toolkit

* Remove package versions from Settings projects

* Remove package versions from PT Run plugin projects

* Remove package versions from PreviewPane projects

* Remove package versions from Launcher projects

* Remove package versions from Common projects

* Remove package versions from Hosts

* Remove package versions from PowerAccent projects

* Remove package versions from ImageResizer projects

* Remove package versions from Awake

* Remove package versions from ColorPicker projects

* Remove package versions from FancyZones

* Remove package versions from FileLocksmith

* Remove package versions from MeasureToolUI

* Remove package versions from PowerOCR

* Remove package versions from Analyzers entries

* Try fix release CI with packageSourceMapping

* Actually use PowerToys dependencies source for labs
2023-02-13 17:10:33 +00:00
..
Common [PT Run] Localized file paths (Part 1): Update helper class and Program plugin (#20024) 2023-02-13 16:30:18 +00:00
Interfaces [PTRun] Drag and drop files (#22409) 2022-12-09 13:01:44 +00:00
LibraryThemes [PowerLauncher] Fix getting theme changed event for and between HighContrast setting 2020-10-31 11:58:52 +01:00
Logger [General]Consolidate to language version C# 10 (#19209) 2022-07-15 09:06:00 +01:00
Properties [PT Run] VirtualDesktopHelper & WindowWalker improvements (#16325) 2022-03-07 11:45:29 +00:00
ActionContext.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
AllowedLanguage.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
BaseModel.cs [Deps]Remove unused dependencies (#21371) 2022-11-08 17:35:06 +00:00
Constant.cs [Wox.Plugin] Enable analyzer and fix warnings (#16547) 2022-03-08 16:46:36 +00:00
ContextMenuResult.cs [PTRun] Fix always show after executing context menu result (#21291) 2022-10-25 22:27:18 +01:00
IContextMenu.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
IDelayedExecutionPlugin.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
IPlugin.cs [PowerToys Run] Plugin manager (#9872) 2021-02-26 13:21:58 +02:00
IPublicAPI.cs Don't use Environment.Exit (#20532) 2022-09-13 19:25:19 +03:00
ISettingProvider.cs [PowerToys Run] Plugin manager (#9872) 2021-02-26 13:21:58 +02:00
PluginInitContext.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
PluginMetadata.cs [Chore] Run solution code cleanup (#20584) 2022-09-16 10:54:58 +02:00
PluginPair.cs [PTRun]Settings for result order tuning (#18978) 2022-07-04 15:12:56 +01:00
Query.cs [Deps]Remove unused dependencies (#21371) 2022-11-08 17:35:06 +00:00
README.md Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Result.cs [PTRun]Fix always hiding even when an action fails (#21259) 2022-10-25 20:46:40 +01:00
ResultUpdatedEventArgs.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
SpecialKeyState.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
ToolTipData.cs Mark string with DO NOT LOCALIZE (#8196) 2020-11-24 22:03:43 +01:00
UserSelectedRecord.cs [Chore] Run solution code cleanup (#20584) 2022-09-16 10:54:58 +02:00
Wox.Plugin.csproj [Build]Centralize .NET NuGet Package Versions (#23727) 2023-02-13 17:10:33 +00: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