mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
79bdd3c691
commit
3129bddd24
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search.Everything
|
||||||
/// Convert the highlighted string from Everything API to a list of highlight indexes for our Result.
|
/// Convert the highlighted string from Everything API to a list of highlight indexes for our Result.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="highlightString">Text inside a * quote is highlighted, two consecutive *'s is a single literal *. For example, in the highlighted text: abc*123* the 123 part is highlighted.</param>
|
/// <param name="highlightString">Text inside a * quote is highlighted, two consecutive *'s is a single literal *. For example, in the highlighted text: abc*123* the 123 part is highlighted.</param>
|
||||||
/// <returns></returns>
|
/// <returns>A list of zero-based character indices that should be highlighted.</returns>
|
||||||
public static List<int> EverythingHighlightStringToHighlightList(string highlightString)
|
public static List<int> EverythingHighlightStringToHighlightList(string highlightString)
|
||||||
{
|
{
|
||||||
var highlightData = new List<int>();
|
var highlightData = new List<int>();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue