JetBrains / JetBrainsMono

JetBrains Mono – the free and open-source typeface for developers
https://jetbrains.com/mono
SIL Open Font License 1.1
10.86k stars 301 forks source link

Is there new symbol to display tabs? #476

Closed florianbuerger closed 3 years ago

florianbuerger commented 3 years ago

I updated to the newest version today (2.241) and now I see these characters in Xcode (file uses tabs, not spaces) Doesn't happen in version 2.225

2.241

ScreenShot 2021-07-27 at 22 09 39

2.225

ScreenShot 2021-07-27 at 22 08 54

Not sure if this is intentional? If it is a new feature, this should be off by default. Xcode doesn't give any control over font features (like many other apps) and I find it rather distracting. Thanks!

I doubt the versions for Xcode / macOS are relevant, but just in case:

Xcode 12.5.1 / 13.0 Beta 3 macOS 11.5.1

alexeyten commented 3 years ago

Looks like related to #241

florianbuerger commented 3 years ago

Looks like related to #241

Ah yes, that is it. Somehow I overlooked that in the release notes. I read through the linked issue, I don't see a way to disable them.

philippnurullin commented 3 years ago

Hi @florianbuerger . There is no way to disable them manually. I'll make a quick fix and remove HT (u+2409 u+0009) CR (u+240D u+000D) LF (u+240A u+000A) from the second unicode value. This should fix the problem.