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.
becomes
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?
Code: Select all
[ "${PREVIOUS_IP}" = "${CURRENT_IP}" ]
Code: Select all
[ "${PREVIOUS IP}" = "${CURRENT IP}" ]
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?