Flow.Launcher/Flow.Launcher.Plugin
2021-01-17 19:10:26 +11:00
..
Interfaces add eol 2021-01-17 19:10:26 +11:00
Properties rename all project file name 2020-04-21 21:27:02 +10:00
SharedCommands Use default system browser (#214) 2020-11-20 16:26:29 +02:00
ActionContext.cs rename all project file name 2020-04-21 21:27:02 +10:00
AllowedLanguage.cs add F# as an allowed plugin language 2020-04-30 11:40:26 +03:00
BaseModel.cs rename all project file name 2020-04-21 21:27:02 +10:00
EventHandler.cs Fix rename errors 2020-04-21 22:16:10 +10:00
Feature.cs remove code that has been marked obsolete 2020-08-04 20:01:46 +10:00
Flow.Launcher.Plugin.csproj remove dependency 2020-12-30 13:48:06 +08:00
FodyWeavers.xml rename all project file name 2020-04-21 21:27:02 +10:00
IAsyncPlugin.cs add eol 2021-01-17 19:10:26 +11:00
IPlugin.cs add eol 2021-01-17 19:10:26 +11:00
IPublicAPI.cs Plugin Async ModelAdd Full Async model, including AsyncPlugin and AsyncReloadable 2021-01-03 10:33:10 +08:00
ISettingProvider.cs rename all project file name 2020-04-21 21:27:02 +10:00
PluginInitContext.cs add default constructor for plugin init context to solve error in testing 2021-01-07 09:42:19 +08:00
PluginMetadata.cs update message + window location 2021-01-12 07:30:01 +11:00
PluginPair.cs Plugin Async ModelAdd Full Async model, including AsyncPlugin and AsyncReloadable 2021-01-03 10:33:10 +08:00
Query.cs remove in use obsolete GetAllRemainingParameter and use Search 2020-08-04 20:10:42 +10:00
README.md rename all project file name 2020-04-21 21:27:02 +10:00
Result.cs remove code that has been marked obsolete 2020-08-04 20:01:46 +10:00

What does Flow.Launcher.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