[PyQt] QScintilla 2.4 doesn't complete correctly with umlauts

Detlev Offenbach detlev at die-offenbachs.de
Wed Jun 17 18:11:53 BST 2009


On Mittwoch, 17. Juni 2009, Hans-Peter Jansen wrote:
> Hi Phil,
>
> The python bindings of QScintilla 2.4, as used in Eric 4.3.4, does not
> complete correctly, if the words contains umlauts (the words in question
> get truncated just before them).

Are umlauts valid chracters for Python2 variable/function/class names? I don't 
think so. Autocompletion completes everything between two non-word 
characters. And umlauts are considered non-word characters. This has to 
change for Python3.

Detlev

>
> I might remember this as a longer standing problem, but didn't got around
> reporting it until now :-(.
>
> As I have a use case for this ATM, I'm highly interested in a fix/patch.
>
> Thanks,
> Pete
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt



-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the PyQt mailing list