Refactoring instant query

This commit is contained in:
bao-qian
2015-11-03 00:34:27 +00:00
parent cd0d9052e8
commit fc6ac662cd
6 changed files with 38 additions and 68 deletions

View File

@@ -1,4 +1,5 @@
using System.Collections.Generic;
using System;
namespace Wox.Plugin
{
@@ -20,6 +21,7 @@ namespace Wox.Plugin
/// </summary>
public interface IInstantQuery : IFeatures
{
[Obsolete("Empty interface is enough. it will be removed in v1.3.0 and possibly replaced by attribute")]
bool IsInstantQuery(string query);
}

View File

@@ -34,8 +34,6 @@ namespace Wox.Plugin
internal string ActionKeyword { get; set; }
internal bool IsIntantQuery { get; set; }
/// <summary>
/// Return first search split by space if it has
/// </summary>