Flow.Launcher/Flow.Launcher.Core/Plugin
Jeremy Wu 55e985faae
Merge pull request #561 from taooceros/CloseWithDispose
Dispose Disposable or AsyncDisposable plugin on mainwindow close
2021-07-05 19:19:15 +10:00
..
ExecutablePlugin.cs Use Stream model 2021-02-14 13:56:27 +08:00
JsonPRCModel.cs JsonRPC camelCase and Case Insensitive 2021-07-05 11:03:07 +08:00
JsonRPCPlugin.cs Ignore null value in deserialization to avoid unexpected nullreference issue 2021-07-05 11:47:56 +08:00
PluginAssemblyLoader.cs Change object to byte to reduce overhead 2021-04-12 19:34:58 +08:00
PluginConfig.cs Use EnumerateDirectories instead of GetDirectories 2021-03-18 11:43:41 +08:00
PluginManager.cs dispose PluginPair.Plugin instead of PluginPair 2021-07-05 16:54:19 +08:00
PluginsLoader.cs remove spaces in Python Embeddable folder name 2021-06-19 19:09:09 +10:00
PythonPlugin.cs fix unintended use of direct startInfo.Arguments in context menu 2021-07-01 16:27:41 +08:00
QueryBuilder.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

There are two kinds of plugins:

  1. System plugin Those plugins that action keyword is "*", those plugin doesn't need action keyword
  2. User Plugin Those plugins that contains customized action keyword