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>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<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>