This commit is contained in:
bao-qian
2015-11-02 00:09:42 +00:00
parent bfa0db3ba3
commit a3117fa61d
4 changed files with 14 additions and 12 deletions

View File

@@ -27,6 +27,11 @@ namespace Wox.Plugin
public const string Seperater = " ";
/// <summary>
/// * is used for System Plugin
/// </summary>
public const string WildcardSign = "*";
internal string ActionKeyword { get; set; }
internal bool IsIntantQuery { get; set; }
@@ -120,6 +125,6 @@ namespace Wox.Plugin
return String.Empty;
}
public const string ActionKeywordWildcardSign = "*";
}
}