Top "Avalonedit" questions

AvalonEdit is a .NET WPF-based source code editor component developed for SharpDevelop 4.0 "Mirador".

Two Way Binding to AvalonEdit Document Text using MVVM

I want to include an AvalonEdit TextEditor control into my MVVM application. The first thing I require is to be …

c# wpf mvvm binding avalonedit
Embedding word 2010 editor in a wpf application

How 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 avalonedit
How do I create an AvalonEdit syntax file (.xshd) and embed it into my assembly?

I'm trying to define some custom highlighting rules for AvalonEdit. There doesn't seem to be any documentation for this -- …

syntax-highlighting avalonedit
AvalonEdit Change Syntax Highlighting in Code

I want to change the Syntax Highlighting of AvalonEdit in my Code. XAML: <avalonEdit:TextEditor Name="textEditor" SyntaxHighlighting="{Binding …

c# wpf syntax-highlighting text-editor avalonedit
Making AvalonEdit MVVM compatible

I'm trying to make Avalon MVVM compatible in my WPF application. From googling, I found out that AvalonEdit is not …

c# .net wpf mvvm avalonedit
AvalonEdit WPF TextEditor (SharpDevelop): How to highlight a specific range of text?

The incredibly awesome AvalonEdit WPF TextEditor control seems to lack an important feature, or at least i can't figure it …

c# .net wpf sharpdevelop avalonedit
How can I add this WPF control into my WinForm?

I know that I must use an ElementHost to display a WPF control in a WinForm, but as the WPF …

c# wpf winforms avalonedit
ScintillaNET vs AvalonEdit for providing scripting interface for a WPF Application

I am working on a project which includes implementing a scripting interface for my WPF (.Net4) windows Application. I am …

c# scripting ironpython scintilla avalonedit
WPF AvalonEdit SQL xhsd request

I'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 avalonedit