Add IExclusivePlugin

This commit is contained in:
qianlifeng
2015-02-05 22:20:42 +08:00
parent 7b0a643de3
commit ad11ca0a87
21 changed files with 254 additions and 279 deletions

View File

@@ -416,7 +416,7 @@ namespace Wox
private int GetSearchDelay(string query)
{
if (!string.IsNullOrEmpty(query) && PluginManager.IsInstantSearch(query))
if (!string.IsNullOrEmpty(query) && PluginManager.IsInstantQuery(query))
{
DebugHelper.WriteLine("execute query without delay");
return 0;