Powerful Syntax Highlight Windows Forms Control for the Microsoft.NET Platform. Written in 100% managed C#. Supports syntax highlighting and code folding for just about any programming language.
- Place the
SyntaxControl
and aSyntaxDocument
. - Set the
Document
property ofSyntaxControl
with oneSyntaxDocument
object. - Set the
SyntaxFile
property ofSyntaxDocument
with one syntax file.
The Repository structure still the original layout and I have no plan to change that, but here are some frequent asked directory locations, all inside WindowsFormsComponents directory.
This project was originaly developed by Roger Alsing. I found this project abandoned on goggle code and then migrated it to GitHub. After that I adapted the code to support .NET Core 3.1+.