views:

190

answers:

4

Hi Guys,

Does anyone knows about good free syntax highlighting component for .NET?

Thanks a lot,
Adi Barda

A: 

If you're looking for an editor, Visual Studio Express (http://www.microsoft.com/express/) has syntax highlighting along with a ton of other features.

Ed Schwehm
he voted -1 for both of us, he doesn't clarify the question then votes down for everybody
Shimmy
+3  A: 

We have used CSharpEdit's editor component. It takes a bit of work but is worth it.

Johan
A: 
  • For open source options, check out ICSharpCode.TextEditor (a text editing component used inside Resharper). It supports configurable highlighting like this and this
  • For commercial options, try Actipro's SyntaxEditor control, they have both WinForms and WPF version
  • If you want to add custom language support to Visual Studio, take a look at language services
zvolkov