[PyKDE] Yet another annoyance

Detlev Offenbach detlev at die-offenbachs.de
Fri May 7 18:17:01 BST 2004


Am Donnerstag, 6. Mai 2004 07:15 schrieb Kirill Lapshin:
> In addition to previous message...
>
> If cursor is at the beginning of indented line and I hit Enter to
> insert empty line above, indentation disappears. I.e.
>
> if True:
>     a = 12
>
> If cursor at line 2 pos 4, hit Enter, then empty line is properly
> inserted. However if it is at line 2, pos 1, Enter, then I end up with
>
> if True:
>
> a = 12
>

I just tried to reproduce it with the current snapshot of QScintilla and 
it works ok. Maybe it is a QScintilla bug in your version. Eric3 isn't 
doing anything in the process described. All this is handled by the 
QScintilla editor widget.

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de




More information about the PyQt mailing list