Thanks for looking at that!
The problem may be due to different environnement configuration... I never have the problem in konsole while it is always reproductible in eric3. Encoding is often linked to locale environnement variables and it may differ from an linux to another...
You may indicate your commented lines in Editor.py ; I'll see if it changes something.
This is my configuration:
Qt 3.3.2 PyQt snapshot 200409 (may be old now..) eric3 snapshot 20041223 (last)
$ locale LANG=fr_FR LC_CTYPE=fr_FR LC_NUMERIC=fr_FR LC_TIME=fr_FR LC_COLLATE=fr_FR LC_MONETARY=fr_FR LC_MESSAGES=fr_FR LC_PAPER=fr_FR LC_NAME=fr_FR LC_ADDRESS=fr_FR LC_TELEPHONE=fr_FR LC_MEASUREMENT=fr_FR LC_IDENTIFICATION=fr_FR LC_ALL=
++ Jul.
Phil Thompson wrote:
Am Montag, 29. November 2004 20:28 schrieb jul:
Due to the fact that I don't do anything special (or rather anything atHi, In last eric snapshot, a small bug still when using the utf8 encoding: the middle click doesn't paste special characters corectly. Ctrl+V and Drag&Drop commands works fine.
As middle click is rather used under *nix systems, it would be nice to correct this small and unpleasant bug. Best regards, ++ Jul.
all)
with the middle button click, I consider this a bug in QScintilla (or
maybe
even Scintilla). Maybe Phil can have a look.
I eventually got round to having a look...
I couldn't reproduce the problem with my simple ed.py script.
I could repeat the problem with the current eric snapshot. At the same time, I could also see the problem with konsole.
I looked at the eric source - particularly at the reimplementation of mousePressEvent() in Editor.py which calls the parent before the default implementation for all buttons. In case this was doing something odd I commented it out. The problem went away.
I restored what I'd commented out in order to prove this was really the cause - but the problem didn't come back. konsole also seemed to be Ok.
I reset my X server - still no problem.
I can only conclude that this is a intermittant Qt problem.
Phil
_______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
_______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
