Tool69 wrote:

> I followed the docs to build qscintilla2, all is going well with no
> errors, but when I launched the PyQt Syntax Highlighter Example,
> nothing is highlighted but the first line of text, whereas the C++
> sample works well in the demo.

Do you mean the example from the PyQt4 distribution? That uses a port
of an old syntax highlighting example from Qt 4.0. Someone needs to
"port" the C++ example from Qt 4.2 to PyQt4.

The example itself doesn't actually use QScintilla2 - there used to
be a demo from Qt that was converted to use QScintilla. Maybe that's
been ported to PyQt as well.

David

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to