Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Syntax highlighting component for .NET

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

  • Real-time syntax highlighting (HTML, VBScript,..)
  • Intellisense (I can build my own intellisense library)
  • Line number

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!

like image 677
ByulTaeng Avatar asked Jun 27 '09 05:06

ByulTaeng


3 Answers

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.

like image 138
Thomas Levesque Avatar answered Sep 29 '22 06:09

Thomas Levesque


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

like image 29
heavyd Avatar answered Sep 29 '22 06:09

heavyd


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

Fireball http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dotnetfireball&DownloadId=19660 alt text http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dotnetfireball&DownloadId=19663

like image 25
Christian C. Salvadó Avatar answered Sep 29 '22 07:09

Christian C. Salvadó