From 5eee3babfca6ca92a1864c5cb6c768a52d1e6682 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Tue, 2 Jun 2009 20:58:26 +0000 Subject: [PATCH] Implemented syntax highlighting in search results pad. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4207 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../Project/Gui/ResultsTreeView.xaml | 3 +- .../Project/Gui/SearchResultNode.cs | 61 ++++-- .../Project/SearchAndReplace.csproj | 10 + .../Highlighting/HighlightedInlineBuilder.cs | 176 ++++++++++++++++++ .../ICSharpCode.AvalonEdit.csproj | 1 + 5 files changed, 235 insertions(+), 16 deletions(-) create mode 100644 src/Libraries/AvalonEdit/ICSharpCode.AvalonEdit/Highlighting/HighlightedInlineBuilder.cs diff --git a/src/AddIns/Misc/SearchAndReplace/Project/Gui/ResultsTreeView.xaml b/src/AddIns/Misc/SearchAndReplace/Project/Gui/ResultsTreeView.xaml index ee7e3f00b9..61a0305b41 100644 --- a/src/AddIns/Misc/SearchAndReplace/Project/Gui/ResultsTreeView.xaml +++ b/src/AddIns/Misc/SearchAndReplace/Project/Gui/ResultsTreeView.xaml @@ -1,6 +1,7 @@ + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + VirtualizingStackPanel.IsVirtualizing="True">