Fix PluginIndicator for multiple action keywords

1. Fixup, part of #352
2. Refactoring
This commit is contained in:
bao-qian
2015-11-05 22:47:28 +00:00
parent 99d9d14d3b
commit 178710dabc
4 changed files with 27 additions and 53 deletions

View File

@@ -23,7 +23,7 @@ namespace Wox.Plugin
/// <summary>
/// The raw query splited into a string array.
/// </summary>
internal string[] Terms { private get; set; }
public string[] Terms { get; set; }
/// <summary>
/// Query can be splited into multiple terms by whitespace