Syntax highlighting component for .NET - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T04:12:31Zhttp://stackoverflow.com/feeds/question/1052204http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1052204/syntax-highlighting-component-for-net2Syntax highlighting component for .NETNVA2009-06-27T05:58:23Z2009-06-27T19:47:01Z
<p>I'm looking for a .NET component that free and include the following features:</p>
<ul>
<li>Real-time syntax highlighting (HTML, VBScript,..)</li>
<li>Intellisense (I can build my own intellisense library)</li>
<li>Line number</li>
</ul>
<p>I found ScintillaNET from</p>
<p><a href="http://scintillanet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15804" rel="nofollow">http://scintillanet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=15804</a></p>
<p>but I wonder if there is a better component? Please help me, thanks!</p>
http://stackoverflow.com/questions/1052204/syntax-highlighting-component-for-net/1052206#10522062Answer by heavyd for Syntax highlighting component for .NETheavyd2009-06-27T06:01:47Z2009-06-27T06:01:47Z<p>You might consider trying out the <a href="http://msdn.microsoft.com/en-us/library/bb685612.aspx" rel="nofollow">Visual Studio Shell</a> or <a href="http://eclipse.org/" rel="nofollow">Eclipse</a> both offer platforms to build very powerful IDE's.</p>
http://stackoverflow.com/questions/1052204/syntax-highlighting-component-for-net/1052222#10522222Answer by CMS for Syntax highlighting component for .NETCMS2009-06-27T06:14:43Z2009-06-27T06:14:43Z<p>Give a look to the <a href="http://dotnetfireball.codeplex.com/" rel="nofollow">dotNetFireball project</a>, it looks very interesting, and it's open source.</p>
<p><img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dotnetfireball&DownloadId=19660" alt="Fireball" />
<img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dotnetfireball&DownloadId=19663" alt="alt text" /></p>
http://stackoverflow.com/questions/1052204/syntax-highlighting-component-for-net/1053489#10534892Answer by Thomas Levesque for Syntax highlighting component for .NETThomas Levesque2009-06-27T19:47:01Z2009-06-27T19:47:01Z<p>You could also use ICSharpCode.TextEditor, which is the editing control used in <a href="http://icsharpcode.net/OpenSource/SD/Default.aspx" rel="nofollow">SharpDevelop</a>. I don't think it's available as a separate download, but you can get it with SharpDevelop.</p>