ByulTaeng
ByulTaeng

Reputation: 1269

Syntax highlighting component for .NET

I'm looking for a .NET component that free and include the following features:

I found ScintillaNET from

http://scintillanet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15804

but I wonder if there is a better component? Please help me, thanks!

Upvotes: 5

Views: 2255

Answers (3)

Christian C. Salvadó
Christian C. Salvadó

Reputation: 827922

Give a look to the dotNetFireball project, it looks very interesting, and it's open source.

Fireball
(source: codeplex.com)

alt text

Upvotes: 2

Thomas Levesque
Thomas Levesque

Reputation: 292675

You could also use ICSharpCode.TextEditor, which is the editing control used in SharpDevelop. I don't think it's available as a separate download, but you can get it with SharpDevelop.

Upvotes: 3

heavyd
heavyd

Reputation: 17751

You might consider trying out the Visual Studio Shell or Eclipse both offer platforms to build very powerful IDE's.

Upvotes: 2

Related Questions