Flow.Launcher/Wox.Core/Plugin
Jeremy Wu b50f738f42
Feature: Add auto-complete query text suggestion (#153)
* Add query suggestion logic

* Add UI element

* update

* Make caret more appealing by following the color of the query font

* Add suggestions when using actionkeyword

* Add feature to readme

* Per suggestion add explaination

* Per review comment

* Per review comment

* change to use converter

* Correct typo

Co-authored-by: clueless <14300910+theClueless@users.noreply.github.com>
2020-03-15 11:05:34 +02:00
..
ExecutablePlugin.cs ContextMenu 4: for non c# plugin #1366 2017-04-11 14:50:26 +01:00
JsonPRCModel.cs ContextMenu 1: Rename #1366 2017-04-11 14:50:09 +01:00
JsonRPCPlugin.cs ContextMenu 4: for non c# plugin #1366 2017-04-11 14:50:26 +01:00
PluginConfig.cs Rewrite all log message format 2017-01-24 01:02:32 +00:00
PluginInstaller.cs Removed extra leading space char (#1368) 2017-04-11 15:43:10 +01:00
PluginManager.cs Feature: Add auto-complete query text suggestion (#153) 2020-03-15 11:05:34 +02:00
PluginsLoader.cs Rewrite all log message format 2017-01-24 01:02:32 +00:00
PythonPlugin.cs ContextMenu 4: for non c# plugin #1366 2017-04-11 14:50:26 +01:00
QueryBuilder.cs Add empty actionParameters check (#148) 2020-02-27 00:14:45 +02:00
README.md Refactoring. Move system plugins to seperate DLLs. 2015-01-03 15:20:34 +08: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