Flow.Launcher/Flow.Launcher.Core/Plugin
Ioannis G 032a203224
add F# as an allowed plugin language
* rename PluginsLoader.CSharpPlugins to the more generic DotNetPlugins
* add AllowedLanguage.IsDotNet which checks for either C# or F#
2020-04-30 11:40:26 +03:00
..
ExecutablePlugin.cs rename all project file name 2020-04-21 21:27:02 +10:00
JsonPRCModel.cs Update description strings 2020-04-22 20:26:09 +10:00
JsonRPCPlugin.cs Fix rename errors 2020-04-21 22:16:10 +10:00
PluginConfig.cs rename all project file name 2020-04-21 21:27:02 +10:00
PluginInstaller.cs fix typo in IPublicAPI 2020-04-30 09:54:13 +03:00
PluginManager.cs Update description strings 2020-04-22 20:26:09 +10:00
PluginsLoader.cs add F# as an allowed plugin language 2020-04-30 11:40:26 +03:00
PythonPlugin.cs rename all project file name 2020-04-21 21:27:02 +10:00
QueryBuilder.cs rename all project file name 2020-04-21 21:27:02 +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