5

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!

3
  • What are the drawbacks of ScintillaNET? Commented Jun 27, 2009 at 6:01
  • You should clarify the question to state whether you're looking for a desktop solution or a web solution. Commented Jun 27, 2009 at 14:11
  • Does ScintillaNET not work on 64 bits or is it just me? Commented May 15, 2010 at 0:23

3 Answers 3

3

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.

Sign up to request clarification or add additional context in comments.

Comments

2

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

Comments

2

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

Fireball
(source: codeplex.com)

alt text

1 Comment

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.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.