Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A textbox/richtextbox that has syntax highlighting? [C#] [closed]

Where can I find a control for WinForms that will highlight source code pasted into it? I would like one that has syntax highlighting support for many different languages but if it only works with C# I would be fine with that also.

like image 905
Kredns Avatar asked Jul 06 '09 15:07

Kredns


1 Answers

Scintilla.NET is probably what you're looking for

like image 148
Fernando Avatar answered Sep 20 '22 18:09

Fernando