Syntax highlighting component for .NET - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T04:12:31Z http://stackoverflow.com/feeds/question/1052204 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1052204/syntax-highlighting-component-for-net 2 Syntax highlighting component for .NET NVA 2009-06-27T05:58:23Z 2009-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#1052206 2 Answer by heavyd for Syntax highlighting component for .NET heavyd 2009-06-27T06:01:47Z 2009-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#1052222 2 Answer by CMS for Syntax highlighting component for .NET CMS 2009-06-27T06:14:43Z 2009-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&amp;DownloadId=19660" alt="Fireball" /> <img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=dotnetfireball&amp;DownloadId=19663" alt="alt text" /></p> http://stackoverflow.com/questions/1052204/syntax-highlighting-component-for-net/1053489#1053489 2 Answer by Thomas Levesque for Syntax highlighting component for .NET Thomas Levesque 2009-06-27T19:47:01Z 2009-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>