Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(470)

Side by Side Diff: source/libvpx/examples/includes/geshi/docs/BUGS

Issue 148913004: libvpx: Pull from upstream (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/libvpx/
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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 unf lexible
7 (see TODO for a possible fix)
8 - "Important" sections for some reason seem to have their spans added after ever y
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 n umbers
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 acce ptably
14 for sourcecode under 5K (for simple language files like SQL, a 100K file can b e
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 strin g based
19 on the source, that would be much safer. The focus of releases beyond 1.0.7 wi ll be on
20 changing this behaviour, which may well fix some of the other bugs mentioned a bove.
21 - As of 1.0.7.1, dots (.) are allowed before keywords. This may change highlight ing 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 in stead.
27
28 Send any bug reports to BenBE@omorphia.de, or submit them via the bug tracker at
29 sourceforge (http://sourceforge.net/tracker/?group_id=114997&atid=670231)
OLDNEW
« no previous file with comments | « source/libvpx/examples/includes/geshi/contrib/langcheck.php ('k') | source/libvpx/examples/includes/geshi/docs/CHANGES » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698