Skip to content

Commit

Permalink
Display all errors using $error in search results when loading a buil…
Browse files Browse the repository at this point in the history
…d with errors.
  • Loading branch information
KirillOsenkov committed May 18, 2016
1 parent 109bd10 commit 7f06913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/StructuredLogViewer/Controls/BuildControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ private void BuildControl_Loaded(object sender, RoutedEventArgs e)
SelectItem(firstError);
treeView.Focus();
}

searchTextBox.Text = "$error";
}
}

Expand Down

0 comments on commit 7f06913

Please sign in to comment.