vote up 1 vote down star
1

Hi Guys,

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

Thanks a lot,
Adi Barda

flag

53% 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 at 17:01
What language are you interested in web wpf windows what??? – Shimmy Nov 3 at 17:12

4 Answers

vote up -1 vote down

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|flag
he voted -1 for both of us, he doesn't clarify the question then votes down for everybody – Shimmy Nov 3 at 17:16
vote up 3 vote down

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

link|flag
vote up 0 vote down
  • 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|flag

Your Answer

Get an OpenID
or

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