<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>syntaxhighlighter Forum Rss Feed</title><link>http://www.codeplex.com/syntaxhighlighter/Thread/List.aspx</link><description>syntaxhighlighter Forum Rss Description</description><item><title>New Post: Some new Bugs</title><link>http://www.codeplex.com/syntaxhighlighter/Thread/View.aspx?ThreadId=37168</link><description>&lt;div style="line-height: normal;"&gt;This bug has been fixed and is part of the latest code release under Source Code. It will also be included in the next bundled release.&lt;br&gt;
&lt;br&gt;
Thanks for caring!&lt;br&gt;
//Rickard
&lt;/div&gt;</description><author>rickardnilsson</author><pubDate>Tue, 07 Oct 2008 06:28:39 GMT</pubDate><guid isPermaLink="false">New Post: Some new Bugs 20081007062839A</guid></item><item><title>New Post: Some new Bugs</title><link>http://www.codeplex.com/syntaxhighlighter/Thread/View.aspx?ThreadId=37168</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br&gt;
&lt;br&gt;
When i add this code&lt;br&gt;
&lt;p&gt;[code:c#] &lt;/p&gt;
&lt;p&gt;// this is a comment. &lt;/p&gt;
&lt;p&gt;Console.Out.WriteLine(&amp;quot;Hello world&amp;quot;); &lt;/p&gt;
&lt;p&gt;[/code] &lt;/p&gt;
&lt;span style="text-decoration:underline"&gt;&lt;strong&gt;i take this result (All text is colored with green)&lt;/strong&gt;&lt;/span&gt;&lt;br&gt;
&lt;p&gt;&lt;span style="font-size:9pt;line-height:115%;font-family:'Courier New';color:green"&gt;// this is a comment.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:9pt;line-height:115%;font-family:'Courier New';color:green"&gt;Console.Out.WriteLine(&amp;quot;Hello world&amp;quot;);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;span style="text-decoration:underline"&gt;&lt;strong&gt;this is the HTML Result&lt;/strong&gt;&lt;/span&gt;&lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
&amp;lt;div class=&amp;quot;code&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;lt;span class=&amp;quot;rem&amp;quot;&amp;gt;// this is a comment. &amp;lt;/span&amp;gt;&lt;br&gt;
&amp;lt;span class=&amp;quot;rem&amp;quot;&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/span&amp;gt;&lt;br&gt;
&amp;lt;span class=&amp;quot;rem&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/span&amp;gt;&lt;br&gt;
&amp;lt;span class=&amp;quot;rem&amp;quot;&amp;gt;Console.Out.WriteLine(&amp;quot;Hello world&amp;quot;); &amp;lt;/span&amp;gt;&lt;br&gt;
&amp;lt;span class=&amp;quot;rem&amp;quot;&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/span&amp;gt;&lt;br&gt;
&amp;lt;span class=&amp;quot;rem&amp;quot;&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/span&amp;gt;&lt;br&gt;
&amp;lt;span class=&amp;quot;rem&amp;quot;&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt; &lt;br&gt;
------------------------------------------------------------------------------&lt;br&gt;
All rows are marked as rem!&lt;br&gt;
&lt;/div&gt;</description><author>BoutemineOualid</author><pubDate>Tue, 07 Oct 2008 00:06:31 GMT</pubDate><guid isPermaLink="false">New Post: Some new Bugs 20081007120631A</guid></item><item><title>New Post: Installation (basis of SyntaxHighlighter)</title><link>http://www.codeplex.com/syntaxhighlighter/Thread/View.aspx?ThreadId=33066</link><description>&lt;div style="line-height: normal;"&gt;No, that's it!&lt;br&gt;
&lt;br&gt;
The AppCode version release (currently the only release) is packaged so that you drop all files in the App_Code/Extensions/CodeFormatter/ folder without need for any additional dll's or otherwise. If you download the source code, however, you have the choice to compile the project as a dll and only use the CodeFormatter.cs file in the Extensions folder.&lt;br&gt;
&lt;br&gt;
I have been busy adding functionallity and checking in bug fixes (as you can see in under the Source Code tab) lately but I will produce some documentation as soon as possible.&lt;br&gt;
&lt;br&gt;
Ps. Remember that the project is still in beta and the packaging choice will most probably change in a future release.&lt;br&gt;
&lt;br&gt;
Check my blog for updates at &lt;a href="http://rickardnilsson.net"&gt;http://rickardnilsson.net&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
&lt;br&gt;
/Rickard&lt;br&gt;
&lt;/div&gt;</description><author>rickardnilsson</author><pubDate>Thu, 07 Aug 2008 21:38:56 GMT</pubDate><guid isPermaLink="false">New Post: Installation (basis of SyntaxHighlighter) 20080807093856P</guid></item><item><title>New Post: Installation (basis of SyntaxHighlighter)</title><link>http://www.codeplex.com/syntaxhighlighter/Thread/View.aspx?ThreadId=33066</link><description>&lt;div style="line-height: normal;"&gt;I just got the 0.2-version of the syntaxhighlighter and read the install.txt-file.&lt;br&gt;
&lt;br&gt;
All it says is:&lt;br&gt;
&lt;br&gt;
&lt;blockquote&gt;&lt;em&gt;Install notes:&lt;br&gt;
Copy to and replace all files in your AppCode/Extensions/CodeFormatter/ folder.&lt;/em&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;br&gt;
Is that it? No dlls? No prior installment of code from &lt;a href="http://blog.furred.net/page/Syntax-Highlighter.aspx"&gt;Wilco's SyntaxHighlighter&lt;/a&gt;?&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
/Jesper&lt;br&gt;
&lt;/div&gt;</description><author>jlundstocholm</author><pubDate>Thu, 07 Aug 2008 07:42:34 GMT</pubDate><guid isPermaLink="false">New Post: Installation (basis of SyntaxHighlighter) 20080807074234A</guid></item></channel></rss>