vote up 1 vote down star
2

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.

flag

4 Answers

vote up 4 vote down check

Scintilla.NET is probably what you're looking for

link|flag
This is good and thanks for the link, good to know there is atleast one open-source alternative, but it leaves a lot to desire to get the VS look and feel – Vin Jul 6 at 15:58
Thanks, this seems to be exactly what I'm looking for. – Botond Balázs Oct 14 at 12:16
vote up 1 vote down

As Open Source alternatives, give a look to:

link|flag
vote up 1 vote down

If you're willing to pay for a control, I highly recommend this one: QWhale Syntax Edit. It's got a ton of features, comes with source code, and supports a lot of languages. I use it myself for C#, VB.NET, SQL (MS & Oracle), and it's got everything that VS provides.

link|flag
vote up 1 vote down

Not sure if there is any out of the box non-thirdparty solution to this.

But, have you looked at Actipro SyntaxEditor component. LinqPad, the ubercool linq tool uses it for syntax highlighting and intellisense.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.