Further inversigation (see also my other message about parenthesis): there is some overlapping (I think) between font configuration. Selecting font in style somethime changes the code font but is not working very well. I had to go in Highlighters > Styles > Python > All fonts > Font to set my code font to Ubuntu Mono 11 pt.
With monospaced font both the indentation dashed line and the parenthesis bug do now show up; but with a standard Ubuntu font they are back there. Detlev, it's me not understanding Eric4 configuration or is there some overlapping? Thanks 2012/6/28 Leonardo Giordani <[email protected]> > 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) > >
_______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
