Reputation: 1269
I'm looking for a .NET component that free and include the following features:
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!
Upvotes: 5
Views: 2255
Reputation: 827922
Give a look to the dotNetFireball project, it looks very interesting, and it's open source.
(source: codeplex.com)
Upvotes: 2
Reputation: 292675
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.
Upvotes: 3
Reputation: 17751
You might consider trying out the Visual Studio Shell or Eclipse both offer platforms to build very powerful IDE's.
Upvotes: 2