vote up 2 vote down star
2

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!

flag

69% accept rate
What are the drawbacks of ScintillaNET? – Robert Harvey Jun 27 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 at 14:11

3 Answers

vote up 2 vote down check

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|flag
vote up 2 vote down

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

link|flag
vote up 2 vote down

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

Fireball alt text

link|flag

Your Answer

Get an OpenID
or

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