AvalonEdit is a .NET WPF-based source code editor component developed for SharpDevelop 4.0 "Mirador".
I want to include an AvalonEdit TextEditor control into my MVVM application. The first thing I require is to be …
c# wpf mvvm binding avaloneditHow do I use the word editor in a WPF application? Is it possible using windows forms hosting in WPF …
wpf editor ms-word ms-office avaloneditI'm trying to define some custom highlighting rules for AvalonEdit. There doesn't seem to be any documentation for this -- …
syntax-highlighting avaloneditI want to change the Syntax Highlighting of AvalonEdit in my Code. XAML: <avalonEdit:TextEditor Name="textEditor" SyntaxHighlighting="{Binding …
c# wpf syntax-highlighting text-editor avaloneditI'm trying to make Avalon MVVM compatible in my WPF application. From googling, I found out that AvalonEdit is not …
c# .net wpf mvvm avaloneditThe incredibly awesome AvalonEdit WPF TextEditor control seems to lack an important feature, or at least i can't figure it …
c# .net wpf sharpdevelop avaloneditI know that I must use an ElementHost to display a WPF control in a WinForm, but as the WPF …
c# wpf winforms avaloneditI am working on a project which includes implementing a scripting interface for my WPF (.Net4) windows Application. I am …
c# scripting ironpython scintilla avaloneditI've looked on the internet (over and over) and I couldn't find an SQL.vshd file for AvalonEdit, I've used …
c# .net sql wpf avaloneditI use AvalonEdit:TextEditor. Can i enable quick search dialog (on Ctrl-F for example) for this control? Or maybe someone …
c# search avalonedit