Find multiple strings in avalon Editor
I'm using avalon Edit.
I need to find and highlight multiple strings in the editor. Any idea开发者_如何学C how to achieve that. I know how to find a single string but I need to find multiple strings and highlight all of them.
Are you using VS 2010? if yes, download SharpDevlop 4.2 code source and take a look at CaretReferencesRenderer.cs file (it can be found under AddIns-> Display Bindings->AvalonEdit.AddIn).
精彩评论