28 Jun 2012 10:54
Indentation line
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
p, li { white-space: pre-wrap; }
|
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) |
_______________________________________________ Eric mailing list Eric@... http://www.riverbankcomputing.com/mailman/listinfo/eric
RSS Feed