PowerToys/src/modules/launcher/Wox.Plugin
Josh Soref 72d92413a2
Upgrade check-spelling to 0.0.17-alpha (#10173)
* spelling: snapped

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* spelling: split

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

* ci: update to Spell check to 0.0.17a

In the past, plurals `foo`+`s` and past tenses `foo`+`ed` were
automatically tolerated. This turned out to be a bad design choice on my
part.

The basic example is that `potatos` would sometimes be treated as a
mistake and sometimes not (depending on the presence of `potato`).

You can see in this PR, that this logic resulted in `SNAPED` being
accepted as a word along with `actioned` -- there's nothing
intrinsically wrong w/ the latter, but unfortunately in order to screen
out the former, my shortcut just couldn't stick around. This means that
the `expect` files will grow perhaps by a tiny bit, but as
you can see, not really by much.

When GitHub initially introduced GitHub Actions, the event for
`pull_request` was created without enough permission for a tool like
this to work properly. I worked around that by using the `schedule`
event. In 2020, they introduced a replacement event
`pull_request_target` which has enough permission. This means that I can
stop relying on the `schedule` event.
2021-03-17 19:27:30 +01:00
..
Interfaces fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -07:00
LibraryThemes [PowerLauncher] Fix getting theme changed event for and between HighContrast setting 2020-10-31 11:58:52 +01:00
loc Merge pull request #7756 from microsoft/lego/hb_2939_20201101110551694 2020-11-02 10:23:46 -08:00
Logger [PT Run] Improve logs (#9518) 2021-02-09 14:54:39 +01:00
Properties Deleted unused resources (#9392) 2021-02-02 17:20:28 +02:00
SharedCommands Io abstraction (#7293) 2020-11-02 18:33:43 +01: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 fixing most whitespace issues, reordering namespaces and adding in headers (#5677) 2020-08-05 14:06:55 -07:00
Constant.cs Io abstraction (#7293) 2020-11-02 18:33:43 +01:00
ContextMenuResult.cs whitespace forced changes (#6002) 2020-08-17 10:00:56 -07: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 PT Run Service notification improvements (#9772) 2021-02-19 18:17:52 +01:00
ISettingProvider.cs [PowerToys Run] Plugin manager (#9872) 2021-02-26 13:21:58 +02:00
LocProject.json [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
PluginInitContext.cs [StyleCop] Wox.Plugin - last amount needed to fully integrate (#5853) 2020-08-11 13:41:41 -07:00
PluginMetadata.cs [PowerToys Run] Plugin manager (#9872) 2021-02-26 13:21:58 +02:00
PluginPair.cs [fxcop] Fixes for Wox.Plugin (1of3) (#7457) 2020-10-26 15:14:33 -07:00
Query.cs Upgrade check-spelling to 0.0.17-alpha (#10173) 2021-03-17 19:27:30 +01:00
README.md Merge PowerLauncher branch (#2345) 2020-04-28 15:06:01 -07:00
Result.cs Io abstraction (#7293) 2020-11-02 18:33:43 +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
Wox.Plugin.csproj Delete Fody and PropertyChanged.Fody (#9120) 2021-01-20 11:23:56 +02: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