<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/code2html/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/code2html/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Mon, 10 Dec 2007 22:22:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/code2html/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>"s}" incorrectly interpreted during Perl coloring</title><link>https://sourceforge.net/p/code2html/bugs/13/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you have the following line of Perl code:&lt;/p&gt;
&lt;p&gt;my $device = $self-&amp;gt;{tcpdumps}-&amp;gt;{$dev_name}-&amp;gt;{$interface}-&amp;gt;{device};&lt;/p&gt;
&lt;p&gt;This substring gets incorrectly rendered in pink:&lt;/p&gt;
&lt;p&gt;s}-&amp;gt;{$dev_name}-&amp;gt;{$interface}&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 10 Dec 2007 22:22:34 -0000</pubDate><guid>https://sourceforge.netd480f63f1e2a72d58151588f28543da254036af1</guid></item><item><title>Ada identifiers not detected (partial fix included)</title><link>https://sourceforge.net/p/code2html/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ada identifiers are not correctly detected. The first &lt;br /&gt;
problem is that it detects words like A__B and B_ as &lt;br /&gt;
Ada identifiers, which they are not. The second &lt;br /&gt;
problem is that it does not detect words like Täthet &lt;br /&gt;
and Anlaß as identifiers, which they are.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik Sigra</dc:creator><pubDate>Sat, 13 May 2006 08:08:14 -0000</pubDate><guid>https://sourceforge.net97e127fcb7810ec45a6e27405d3c34d8cb75b841</guid></item><item><title>missing keywords for C++</title><link>https://sourceforge.net/p/code2html/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The following C++ keywords are not recognized as&lt;br /&gt;
keywords and so they are displayed wrong:&lt;/p&gt;
&lt;p&gt;and and_eq asm bitand bitor compl const_cast export not&lt;br /&gt;
not_eq or or_eq try xor xor_eq&lt;/p&gt;
&lt;p&gt;Greets,&lt;br /&gt;
Lars R.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 30 Mar 2006 11:25:19 -0000</pubDate><guid>https://sourceforge.netb35523657c4e70f8ebdbd2c91c0b389d847f8930</guid></item><item><title>Writing error in manpage: "a like like this"</title><link>https://sourceforge.net/p/code2html/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;"a like like this" should be "a line like this" &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik Sigra</dc:creator><pubDate>Tue, 24 Jan 2006 15:40:34 -0000</pubDate><guid>https://sourceforge.net14372bfeb5e1982485574ca0448438976a6fd539</guid></item><item><title>inconsistent color codes are generated (patch attached)</title><link>https://sourceforge.net/p/code2html/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The output contains inconsistent color codes. &lt;br /&gt;
Sometimes they have a #, sometimes not. Sometimes &lt;br /&gt;
hexadecimal digits are lowercase, sometimes not. This &lt;br /&gt;
patch fixes it. To verify that there are no uppercase &lt;br /&gt;
hexadecimal digits left after applying the patch, &lt;br /&gt;
execute this command: &lt;/p&gt;
&lt;p&gt;grep -E "(color|link)=\"#[0123456789abcdefABCDEF]{0,5}&lt;br /&gt;
[ABCDEF][0123456789abcdefABCDEF]{0,5}\"&amp;gt;" code2html &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Erik Sigra</dc:creator><pubDate>Wed, 18 Jan 2006 10:59:47 -0000</pubDate><guid>https://sourceforge.net944ffa1cd50f7d9eb22a5ac382f681dce3893901</guid></item><item><title>Comments on bash scripts bleed to the next line</title><link>https://sourceforge.net/p/code2html/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When code2html highlights comments in a bash script, it&lt;br /&gt;
highlights the comment itself and the next line after&lt;br /&gt;
it.  For example, in html_simple output mode:&lt;/p&gt;
&lt;p&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;#this is a comment&lt;br /&gt;
this_isnt&amp;lt;/i&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/p&gt;
&lt;p&gt;should be:&lt;/p&gt;
&lt;p&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;i&amp;gt;#this is a comment&amp;lt;/i&amp;gt;&lt;br /&gt;
this_isnt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 13 Jul 2004 05:44:05 -0000</pubDate><guid>https://sourceforge.netde6a8adcdc45ea55eb66ee57ab08c6b984e4fac9</guid></item><item><title>C++ comments in C don't work</title><link>https://sourceforge.net/p/code2html/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I realize that it is probably against the ANSI standard to use // for &lt;br /&gt;
comments, but it has wiggled its way in.  Programmers use it, and &lt;br /&gt;
compilers accept it. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Travis Goodspeed</dc:creator><pubDate>Fri, 16 May 2003 15:52:00 -0000</pubDate><guid>https://sourceforge.net3821126da64bbb64a39c0c2aabb585ce8fa677aa</guid></item><item><title>java import bleeds into comment</title><link>https://sourceforge.net/p/code2html/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;import foo.bar;//this comment will be strong blue instead of grey &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Travis Goodspeed</dc:creator><pubDate>Fri, 16 May 2003 15:46:41 -0000</pubDate><guid>https://sourceforge.net5e7f3753eb417da4e4c27e8bb6fbdc780a85dfb2</guid></item><item><title>Still weak on bash scripts</title><link>https://sourceforge.net/p/code2html/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am using Code2html to process some bash scripts on my&lt;br /&gt;
site (linuxcommand.org) and it is still having trouble&lt;br /&gt;
with complex scripts.&lt;/p&gt;
&lt;p&gt;See &lt;a href="http://www.linuxcommand.org/html_text/new_script.html" rel="nofollow"&gt;http://www.linuxcommand.org/html_text/new_script.html&lt;/a&gt;&lt;br /&gt;
to see what I mean.  Thanks.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bill Shotts</dc:creator><pubDate>Mon, 11 Feb 2002 02:19:14 -0000</pubDate><guid>https://sourceforge.net0512e75017466f52b5143b48430bc7c628b8336b</guid></item><item><title>Perl comment color bleeds into line No.</title><link>https://sourceforge.net/p/code2html/bugs/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Multi-line perl comments do not exist.&lt;/p&gt;
&lt;p&gt;A Perl comment line ends at the end of the line it is &lt;br /&gt;
started on.&lt;/p&gt;
&lt;p&gt;Multi-line perl comments seem to be occuring, with the &lt;br /&gt;
closing &amp;amp;lt;/font&amp;amp;gt; line being at the beginning of the &lt;br /&gt;
next line.&lt;/p&gt;
&lt;p&gt;This has the side effect of the line number for a line &lt;br /&gt;
after a perl comment being coloured as well.&lt;/p&gt;
&lt;p&gt;Solutions:&lt;br /&gt;
1. Redo the comment regex to terminate at the end of a &lt;br /&gt;
line&lt;br /&gt;
2. Make the line number font aware, or seperately font &lt;br /&gt;
tagged. &lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;# This is the first comment&lt;br /&gt;
# This is another comment&lt;br /&gt;
$variable&lt;/p&gt;
&lt;p&gt;Running code2html over this will make the &amp;amp;quot;2&amp;amp;quot; and &amp;amp;quot;3&amp;amp;quot; &lt;br /&gt;
line numbers coloured gray like the variables&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 27 Mar 2001 05:29:45 -0000</pubDate><guid>https://sourceforge.net12c5d0e2e657dc1f7be9d6fa250e60cdd70ee086</guid></item></channel></rss>