mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-21 07:17:56 +08:00
416419ffde
* [PT Run] Refactoring: combined all NativeMethods.cs files for plugins into Wox.Plugin/Common/Win32/ * Fixed spell check * [PT Run] Changed NativeMethods.Helpers to Win32Helpers (seperate class) to not conflict with Microsoft.PowerToys.Settings.UI.Library.Helpers * [PT Run] Renamed Constants.cs to ConstantsAndStructs.cs and moved all of them from NativeMethods.cs * [PT Run] Merged ConstantsAndStructs.cs into NativeMethods.cs and renamed Constants to Win32Constants to avoid conflicting * [PT Run] Added missing summaries + fixed missed refactored method * [PT Run] Use using directive instead of alias + updated method call for .Net 6 * [PT Run] Fixed missed using alias + spell check |
||
---|---|---|
.. | ||
Common | ||
Interfaces | ||
LibraryThemes | ||
Logger | ||
Properties | ||
ActionContext.cs | ||
AllowedLanguage.cs | ||
BaseModel.cs | ||
Constant.cs | ||
ContextMenuResult.cs | ||
IContextMenu.cs | ||
IDelayedExecutionPlugin.cs | ||
IPlugin.cs | ||
IPublicAPI.cs | ||
ISettingProvider.cs | ||
PluginInitContext.cs | ||
PluginMetadata.cs | ||
PluginPair.cs | ||
Query.cs | ||
README.md | ||
Result.cs | ||
ResultUpdatedEventArgs.cs | ||
SpecialKeyState.cs | ||
ToolTipData.cs | ||
Wox.Plugin.csproj |
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