Menu

#96 inconsistent tab size

9.0b1
closed
nobody
None
Bug
Core
major
2017-04-17
2017-02-06
No

In Tcl mode (and perhaps in other modes), tabs are not always rendered
consistently visually (even within one file): sometimes they look like 4 spaces,
and sometimes like 2 spaces. (formatProc does not fix the problem).
Actually it looks like neither precisely 4 nor 2.

It is worse at big font sizes. At 18pt (which is my favourite), a tab looks like
2.5 spaces.

Discussion

  • Bernard Desgraupes

    Hi Joachim,
    I'm trying to understand this issue. Could you point me to a specific location in a Tcl file where I can observe this wrong spacing or could you provide a screen snapshot ?

     
    • Bernard Desgraupes

      Hi Joachim,
      forget my previous mail, I see the problem now.
      But I don’t understand it...

       
  • Bernard Desgraupes

    This is fixed now. The [changeMode] method failed to update the text attributes when font was changed via the Font Panel (exactly the relevant attributes were updated but not applied).
    Changes committed to the repository (rev. 1288). The core must be rebuilt.

     
  • Bernard Desgraupes

    • status: open --> fixed
    • Version: 9.0a13 --> 9.0b1
     
  • Bernard Desgraupes

    • status: fixed --> closed
     

Log in to post a comment.