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.<br>
<br><br>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.<br><br>Detlev, it's me not understanding Eric4 configuration or is there some overlapping?<br>
<br>Thanks<br><br><br><div class="gmail_quote">2012/6/28 Leonardo Giordani <span dir="ltr"><<a href="mailto:giordani.leonardo@gmail.com" target="_blank">giordani.leonardo@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
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<br>

<br><span style="font-family:courier new,monospace">class Program(object):</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">    def __init__(self):</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace"> |      pass</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace"> |      </span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">    def main(self):</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace"> |      yield 0</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace"> |      while 1:</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace"> | |       yield 1</span><br style="font-family:courier new,monospace">

<br>instead of<br><br><span style="font-family:courier new,monospace">class Program(object):</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    def __init__(self):</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    |   pass</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    |      </span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    def main(self):</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    |   yield 0</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    |   while 1:</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">    |   |  yield 1</span><br style="font-family:courier new,monospace">
<br><br>Do you have the same problem? I'm using monospaced font by default.<br>Thanks<br><br>Leo<br><br>

<table style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px" border="0" cellpadding="0" cellspacing="2">
<tbody><tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-weight:600">Python</span></p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">2.7.3</p></td></tr>
<tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-weight:600">KDE</span></p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">4.8.3</p></td></tr>
<tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-weight:600">PyKDE</span></p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">4.0.2</p></td></tr>
<tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-weight:600">Qt</span></p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">4.8.1</p></td></tr>
<tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-weight:600">PyQt</span></p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">4.9.1</p></td></tr>
<tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-weight:600">sip</span></p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">4.13.2</p></td></tr>
<tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-weight:600">QScintilla</span></p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">2.6.1</p></td></tr>
<tr>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-weight:600">eric4</span></p></td>
<td>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">4.5.4 (r4349)</p></td></tr></tbody></table><br>
</blockquote></div><br>