<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>ColorCode - Syntax Highlighting/Colorization for .NET</title><link>http://colorcode.codeplex.com/Project/ProjectRss.aspx</link><description>ColorCode is a library for colorizing source code &amp;#40;also known as syntax highlighting&amp;#41;. </description><item><title>Source code checked in, #0ae645e3b281</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/0ae645e3b281</link><description>Fixing missing powershell operators.</description><author>matthaw</author><pubDate>Mon, 15 Mar 2010 22:55:55 GMT</pubDate><guid isPermaLink="false">Source code checked in, #0ae645e3b281 20100315105555P</guid></item><item><title>Reviewed: ColorCode 1.0 (Mar 14, 2010)</title><link>http://colorcode.codeplex.com/releases/view/16692#ReviewBy-Lohengrin</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Well, it does work and it&amp;#39;s pretty easy to use but the fact that it can&amp;#39;t be used as an &amp;#34;on-the-fly&amp;#34; highlighter&amp;#47;editor is disappointing. All the same, thanks for the effort.</description><author>Lohengrin</author><pubDate>Sun, 14 Mar 2010 08:07:06 GMT</pubDate><guid isPermaLink="false">Reviewed: ColorCode 1.0 (Mar 14, 2010) 20100314080706A</guid></item><item><title>Source code checked in, #2135e0670944</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/2135e0670944</link><description>Merging changes from hotfix</description><author>matthaw</author><pubDate>Thu, 25 Feb 2010 17:37:10 GMT</pubDate><guid isPermaLink="false">Source code checked in, #2135e0670944 20100225053710P</guid></item><item><title>Source code checked in, #04a72322bdbb</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/04a72322bdbb</link><description>Fixing catastrophic backtracking for aspx script tags.</description><author>matthaw</author><pubDate>Thu, 25 Feb 2010 17:13:41 GMT</pubDate><guid isPermaLink="false">Source code checked in, #04a72322bdbb 20100225051341P</guid></item><item><title>Source code checked in, #99bbfb833415</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/99bbfb833415</link><description>Changing the powershell language id to be the full name.</description><author>matthaw</author><pubDate>Wed, 24 Feb 2010 19:20:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99bbfb833415 20100224072023P</guid></item><item><title>Source code checked in, #82d6da81ee95</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/82d6da81ee95</link><description>Fixing catastrophic backtracking for assembly info files.</description><author>matthaw</author><pubDate>Mon, 22 Feb 2010 21:27:26 GMT</pubDate><guid isPermaLink="false">Source code checked in, #82d6da81ee95 20100222092726P</guid></item><item><title>Source code checked in, #57148bf0f875</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/57148bf0f875</link><description>changed build script for move to Hg in CI</description><author>Drew Miller</author><pubDate>Thu, 11 Feb 2010 23:17:33 GMT</pubDate><guid isPermaLink="false">Source code checked in, #57148bf0f875 20100211111733P</guid></item><item><title>Updated Wiki: Home</title><link>http://colorcode.codeplex.com/wikipage?version=12</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;ColorCode is a library for colorizing source code &amp;#40;also known as syntax highlighting&amp;#41;. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Language Support&lt;/b&gt;&lt;br /&gt;ColorCode supports the following languages:
&lt;ul&gt;&lt;li&gt;XML&lt;/li&gt;
&lt;li&gt;Java&lt;/li&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;li&gt;SQL&lt;/li&gt;
&lt;li&gt;C#&lt;/li&gt;
&lt;li&gt;VB.NET&lt;/li&gt;
&lt;li&gt;ASPX (C#)&lt;/li&gt;
&lt;li&gt;ASPX (VB.NET)&lt;/li&gt;
&lt;li&gt;C++&lt;/li&gt;
&lt;li&gt;PHP&lt;/li&gt;
&lt;li&gt;PowerShell&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;b&gt;Code Sample&lt;/b&gt;&lt;br /&gt;&lt;div style="color:Black;background-color:White;"&gt;&lt;pre&gt;
&lt;span style="color:Blue;"&gt;using&lt;/span&gt; ColorCode;

&lt;span style="color:Blue;"&gt;string&lt;/span&gt; sourceCode = File.ReadAllText(&lt;span style="color:#A31515;"&gt;@&amp;quot;/path/to/source/file&amp;quot;&lt;/span&gt;);

&lt;span style="color:Blue;"&gt;string&lt;/span&gt; colorizedSourceCode = &lt;span style="color:Blue;"&gt;new&lt;/span&gt; CodeColorizer().Colorize(sourceCode, Languages.CSharp);
&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Sat, 06 Feb 2010 19:02:19 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20100206070219P</guid></item><item><title>Source code checked in, #a9e2041c0c15</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/a9e2041c0c15</link><description>Updating xunit runner to use the msbuild task vs. calling exe</description><author>matthaw</author><pubDate>Sat, 06 Feb 2010 18:52:50 GMT</pubDate><guid isPermaLink="false">Source code checked in, #a9e2041c0c15 20100206065250P</guid></item><item><title>Source code checked in, #25b19f42f20b</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/25b19f42f20b</link><description>Adding acceptance tests for powershell</description><author>matthaw</author><pubDate>Sat, 06 Feb 2010 18:45:25 GMT</pubDate><guid isPermaLink="false">Source code checked in, #25b19f42f20b 20100206064525P</guid></item><item><title>Source code checked in, #4d967e2e37cc</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/4d967e2e37cc</link><description>Adding styles for powershell</description><author>matthaw</author><pubDate>Sat, 06 Feb 2010 18:45:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #4d967e2e37cc 20100206064508P</guid></item><item><title>Source code checked in, #f85923402baa</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/f85923402baa</link><description>Adding hgignore file</description><author>matthaw</author><pubDate>Sat, 06 Feb 2010 17:57:27 GMT</pubDate><guid isPermaLink="false">Source code checked in, #f85923402baa 20100206055727P</guid></item><item><title>Source code checked in, #d4edca6d8694</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/d4edca6d8694</link><description>Adding initial powershell language support.</description><author>matthaw</author><pubDate>Sat, 06 Feb 2010 17:57:14 GMT</pubDate><guid isPermaLink="false">Source code checked in, #d4edca6d8694 20100206055714P</guid></item><item><title>Source code checked in, #62744</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/62744</link><description>added ToString overrides to all languages for prettier display</description><author>drewmiller</author><pubDate>Thu, 31 Dec 2009 01:38:28 GMT</pubDate><guid isPermaLink="false">Source code checked in, #62744 20091231013828A</guid></item><item><title>Source code checked in, #62741</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/62741</link><description>Added an All property to Languages so that all loaded languages can enumerated&amp;#59; updated xunit to 1.5</description><author>drewmiller</author><pubDate>Thu, 31 Dec 2009 01:00:49 GMT</pubDate><guid isPermaLink="false">Source code checked in, #62741 20091231010049A</guid></item><item><title>Source code checked in, #62737</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/62737</link><description>backed out stupid change</description><author>drewmiller</author><pubDate>Thu, 31 Dec 2009 00:51:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #62737 20091231125123A</guid></item><item><title>Source code checked in, #62736</title><link>http://colorcode.codeplex.com/SourceControl/changeset/view/62736</link><description>Added an All property to Languages so that all loaded languages can enumerated.</description><author>drewmiller</author><pubDate>Thu, 31 Dec 2009 00:50:20 GMT</pubDate><guid isPermaLink="false">Source code checked in, #62736 20091231125020A</guid></item><item><title>Reviewed: ColorCode 1.0 (Nov 10, 2009)</title><link>http://colorcode.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=16692#ReviewBy-jeffwilcox</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - Great release. Ms-PL is always nice. My only wish right now is for a more flexible API that would allow for easier adoption for more wild formatters out of the box &amp;#40;no TextWriter, for instance&amp;#41;.</description><author>jeffwilcox</author><pubDate>Tue, 10 Nov 2009 10:06:22 GMT</pubDate><guid isPermaLink="false">Reviewed: ColorCode 1.0 (Nov 10, 2009) 20091110100622A</guid></item><item><title>Created Issue: F# Syntax Coloring [25033]</title><link>http://colorcode.codeplex.com/WorkItem/View.aspx?WorkItemId=25033</link><description>I have a couple projects that use F&amp;#35; and I noticed that in the Source Code Browser the syntax colouring is absent.&lt;br /&gt;</description><author>holoed</author><pubDate>Wed, 21 Oct 2009 11:55:12 GMT</pubDate><guid isPermaLink="false">Created Issue: F# Syntax Coloring [25033] 20091021115512A</guid></item><item><title>Created Issue: Syntax Highlighting - LINQ Keywords [24976]</title><link>http://colorcode.codeplex.com/WorkItem/View.aspx?WorkItemId=24976</link><description>Originally reported on the CodePlex issue tracker by BlueCode at http&amp;#58;&amp;#47;&amp;#47;codeplex.codeplex.com&amp;#47;WorkItem&amp;#47;View.aspx&amp;#63;WorkItemId&amp;#61;21538&lt;br /&gt;&lt;br /&gt;Original Description&amp;#58;&lt;br /&gt;The C&amp;#35; highlighter macro don&amp;#39;t know the LINQ keywords. Is it possible to fix it&amp;#63;&lt;br /&gt;</description><author>saraford</author><pubDate>Mon, 19 Oct 2009 21:55:43 GMT</pubDate><guid isPermaLink="false">Created Issue: Syntax Highlighting - LINQ Keywords [24976] 20091019095543P</guid></item></channel></rss>