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@riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt



-- 
Detlev Offenbach
det...@die-offenbachs.de
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to