up vote 3 down vote favorite
2
share [g+] share [fb]

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

Thanks a lot,
Adi Barda

link|improve this question

52% accept rate
1  
Could you clarify? Are you looking to write an app that supports syntax highlighting? If so, is it wpf/winforms/console-based? – statenjason Nov 3 '09 at 17:01
What language are you interested in web wpf windows what??? – Shimmy Nov 3 '09 at 17:12
feedback

4 Answers

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

link|improve this answer
feedback
  • 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
link|improve this answer
feedback

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.

link|improve this answer
he voted -1 for both of us, he doesn't clarify the question then votes down for everybody – Shimmy Nov 3 '09 at 17:16
feedback

Your Answer

 
or
required, but never shown

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