-
Hi,
the gens.py script does not handle double quotes correctly when outputing the docstring in the method table (in routine PythonWrapperGen.dump_meth_table()). If there are double quotes present in the comment, they need to be escaped or the generated C code will not compile. (The latest version of Scintilla (1.72) has double quotes in its comments.)
The attached patch fixes this problem.
2007-03-14 18:48:05 UTC by chrish42
-
I found quite significant bug in PyGTKScintilla 1.99.5.
When I use colors for example for colorize text (syntax highlighting), blue part of color is shifted incorrectly, so colors are messed up. For example 'white' (or #FFFFFF) color is displayed as yellow.
I found solution, here is diff of "gens.py" in "script" directory:
561c561
< _%(var_name)s_c =...
2007-01-14 09:02:10 UTC by meaglin
-
Anonymous committed patchset 1 of module CVSROOT to the PyGTK-Scintilla CVS repository, changing 11 files.
2004-11-08 13:10:15 UTC by nobody
-
cavada registered the PyGTK-Scintilla project.
2004-11-05 15:58:57 UTC by cavada