1
2                      BUGS - list of known bugs in GeSHi
3                                Version 1.0.8
4
5- Number highlighting is quite poor [possibly better now]
6- I'm not happy with URLS - there still could be extra bugs, and it's rather unflexible
7  (see TODO for a possible fix)
8- "Important" sections for some reason seem to have their spans added after every
9  newline up until the next lexic, instead of stopping at the <END GeSHi> part. In fact,
10  context sensitiveness is quite poor...
11- Using the extra line number highlighting feature without actually using line numbers
12  will result in malformed XHTML (not sure about this one though...)
13- Slow!!! Especially for source with lots of strings in it. GeSHi will work acceptably
14  for sourcecode under 5K (for simple language files like SQL, a 100K file can be
15  highlighted in just 6 seconds), but above about 25K things get a little slow... If
16  you're using this as part of some larger software, you may want to think about
17  making some sort of "cache" effect to speed things up and reduce server load.
18- The result is built by string replacement instead of by building another string based
19  on the source, that would be much safer. The focus of releases beyond 1.0.7 will be on
20  changing this behaviour, which may well fix some of the other bugs mentioned above.
21- As of 1.0.7.1, dots (.) are allowed before keywords. This may change highlighting of some
22  things slightly, if you notice anything odd about the highlighting then please report
23  it to me.
24- Perl/Javascript /.../ regex syntax is only supported basically and there's no
25  guarantee it is working all the time.
26- The <pre> header output is not XHTML compliant. Please use the <div> header instead.
27
28Send any bug reports to BenBE@omorphia.de, or submit them via the bug tracker at
29sourceforge (http://sourceforge.net/tracker/?group_id=114997&atid=670231)
30