Font issues with UEM 3.2.0.10 on Snow Leopard 10.6.8

Font issues with UEM 3.2.0.10 on Snow Leopard 10.6.8

4
NewbieNewbie
4

    Nov 15, 2012#1

    I just recently updated to 3.2.0.10, licensed. Back in late September, I think it was. Since then I'm unable to see underscores in variable names. The font seems to be Courier Regular 12. My mac is on Snow Leopard, 10.6.8. I do almost exclusively bash scripting.

    Code: Select all

    [ "${PREVIOUS_IP}" = "${CURRENT_IP}" ]
    becomes

    Code: Select all

    [ "${PREVIOUS IP}" = "${CURRENT IP}" ]
    This makes UE pretty difficult to use for me right now.

    I see that 3.3 is out and ordinarily I wouldn't think twice about updating, I'd just do it as a matter of course, but in this case I don't want to update until the display issue is fixed. In fact, I'm thinking of returning back to 3.2.0.5 which did not have this issue.

    Does anyone have any ideas?

    341
    Basic UserBasic User
    341

      Nov 17, 2012#2

      I am running Lion 10.7.5 and UE 3.2.0.10 and while I normally use the same font but at size 18 (glasses :) )
      I switch down to 12 and tested this.

      Works just fine for me.... I even pasted you example text.... and everything is working as it should.

      4
      NewbieNewbie
      4

        Nov 19, 2012#3

        Well, thank you. I tried that piece in a bash script and then in a php script in case it had something to do with syntax highlighting. Still cannot see underscores, and only in UltraEdit. Text Mate, BBEdit, and Intellij work properly and display as they should.

        I bought my first UE license in July 2002 and it's been a great run.

        Thanks for your time.

        6,602548
        Grand MasterGrand Master
        6,602548

          Nov 19, 2012#4

          navaho wrote:The font seems to be Courier Regular 12.
          Does this mean that you do not really know which font is used for displaying the text in the document windows?

          You can choose a font in menu View with opening Set Font. Best you configure at same time also the font for column editing mode by using Set Column Mode Font.

          4
          NewbieNewbie
          4

            Nov 19, 2012#5

            Thank you sir. Interesting. If I set my font larger I get my underscores back, which I'll use as a work around. I'd have to roll back to confirm, but I cannot remember this having been an issue before I upgraded and I cannot remember ever having changed my font settings at all.

            I guess I'll go headed and get 3.3 then. Thank you.

            6,602548
            Grand MasterGrand Master
            6,602548

              Nov 20, 2012#6

              Fine. Looks like on a small font size the line height in pixels is calculated wrong. Please report this issue by email to IDM support. Please add among font name and font size also the DPI of the screen as this might be another source of this problem.

              Hm, I just looked on Windows on vertical position of the underscore character in reference to character g. On some fonts the underscore is drawn 1 pixel below g (for example Courier New 10 pt), on other fonts exactly on deepest point of character g (for example Arial 10 pt), and on a few fonts the underscore is drawn even 1 pixel above deepest point of g (for example Dina 10 pt). As I use highlighting of active line, it is easy to see how the line height changes according to the used font.

              4
              NewbieNewbie
              4

                Nov 27, 2012#7

                Thank you Mofi. Hope you and Dave had a good thanksgiving. I'll follow through this morning.