- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 299
CodeEditor module
Robert B Colton edited this page Aug 12, 2016
·
1 revision
Uses AvalonEdit to provide syntax highlighting and other features for editing C# source files.
-
EditorProvider
for C# source files -
CodeEditor
control
Opening a file with a .cs
extension will automatically use the CodeEditor
module to display
the document. You can also use the CodeEditor
control in your own views:
<codeeditor:CodeEditor SyntaxHighlighting="C#" />