[Eric] Indentation line
Leonardo Giordani
giordani.leonardo at gmail.com
Thu Jun 28 09:54:11 BST 2012
I'm on Eric4 4.5.4 on Kubuntu Precise and I'm experiencing a little graphic
bug: the dashed line that marks the previous indentation is spaced by 2
spaces instead of 4 (which is the value of my indentation), resulting in
class Program(object):
def __init__(self):
| pass
|
def main(self):
| yield 0
| while 1:
| | yield 1
instead of
class Program(object):
def __init__(self):
| pass
|
def main(self):
| yield 0
| while 1:
| | yield 1
Do you have the same problem? I'm using monospaced font by default.
Thanks
Leo
Python
2.7.3
KDE
4.8.3
PyKDE
4.0.2
Qt
4.8.1
PyQt
4.9.1
sip
4.13.2
QScintilla
2.6.1
eric4
4.5.4 (r4349)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/eric/attachments/20120628/11cb1304/attachment.html>
More information about the Eric
mailing list