[QScintilla] QScintilla observation
Detlev Offenbach
detlev at die-offenbachs.de
Fri Jul 25 18:40:16 BST 2014
Hi,
I was informed about an observation in the eric IDE I don't have a clue how to fix. When a Python
source file is loaded and the enter key is pressed in column 0 for an indented line, a newline is
inserted but the indentation of the line is not maintained (i.e. removed).
Example:
for i in range(1,5):
print(i)
^
If you press return while the carret is at the ^ position you get this result:
for i in range(1,5):
print(i)
Any hint on what I'm doing wrong would be appreciated.
Regards,
Detlev--
*Detlev Offenbach*
detlev at die-offenbachs.de
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/qscintilla/attachments/20140725/d8a1452c/attachment.html>
More information about the QScintilla
mailing list