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

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!

link|improve this question

69% accept rate
What are the drawbacks of ScintillaNET? – Robert Harvey Jun 27 '09 at 6:01
You should clarify the question to state whether you're looking for a desktop solution or a web solution. – John Saunders Jun 27 '09 at 14:11
Does ScintillaNET not work on 64 bits or is it just me? – xster May 15 '10 at 0:23
feedback

3 Answers

up vote 3 down vote accepted

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

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

Fireball alt text

link|improve this answer
Just be aware that the Fireball project was disingenuously forked from an existing open-source project, SyntaxBox (code.google.com/p/alsing/wiki/SyntaxBox), with all references to the existing author being stripped away and made untracable. – Exponent Nov 21 '09 at 22:41
feedback

Your Answer

 
or
required, but never shown

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