Hi,

I've noticed in Eric that indentation doesn't work as expected if there
is a comment after the colon character in for or def statements.
In these cases Eric doesn't indent properly after pressing enter
key. Please see the attached file as an example.
Is this something that could be fixed in QScintilla?

Regards,
Mikhail
for i in range(2):
    pass

for i in range(3): # blah
pass

def foo():
    pass

def bar(): # blah
pass
_______________________________________________
QScintilla mailing list
[email protected]
https://www.riverbankcomputing.com/mailman/listinfo/qscintilla

Reply via email to