I\'m using avalon Edit. I need to find and highlight multiple strings in the editor. Any idea开发者_如何学C how to achieve that.
I have an AvalonEdit text box, and I want to include syntax hi开发者_开发技巧ghlighting. I\'ve already created my .xshd file, and I have it in my project as a Resource. Now how do I apply it to my Ava
My windows forms application hosts AvalonEdit (the composite WPF control in question) in one of its forms to cater to its text editing requirements. Here\'s the code I use:
I use the BraceFoldingStrategy by Daniel Grünwald: public IEnumerable<NewFolding> CreateNewFoldings(ITextSource document)
I have implemented AvalonEdit in my application. Everything works fine except one little hitch - if I change the contents of the editor manually via the Text property while the editor is not visible (
I\'m trying to define some custom highlighting rules for AvalonEdit. There doesn\'t seem to be any documentation for this -- there\'s some documentation on the file format, but nothing on how to actua
I\'m using AvalonEdit, and I want the user to always be able to see which line the caret is on, even when the editor does not have focus. To that end, I\'ve found and adapted some code that uses a Bac
The incredibly awesome AvalonEdit WPF TextEditor control seems to lack an important feature, or at least i can\'t figure it out. Given an offset and a length, highlight that portion in the TextDocumen
This may be a long shot but I\'m out of ideas. I\'ve got a VS C# solution with three projects in it. There\'s a class library project and then two application projects that depend on that class libra
I want to achieve \"Virtual Space\" functionality, similar to one in Visual Studio, in AvalonEdit. I.e. the caret could be positioned beyond the end of the text line, and if you press any key, there