Question

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!

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top