-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tab + period renders repeated periods in BBEdit #274
Comments
Stepping back through versions of Fira-code, the first to display this issue was version 1.200. Although the duplicated punctuation issue is not present in version 1.102 – the “missing unicode character” rendering of tab characters is (see additional screenshot below). So perhaps these are separate issues. I’m happy to raise this with Barebones support if there is any specific questions regarding their implementation that would help isolate the cause? |
I can confirm this in BBEdit. Periods after tabs are doubled (after one tab) or tripled (after two tabs). This is regardless of "show invisibles" setting. Reverted to 1.102, no duplicate periods. Also the missing delta character used by BBEdit for tabs when "show invisibles" is enabled, making it render as a generic square with question mark. |
After consulting with BareBones support I have made a separate issue #298 for the “show invisibles” TAB. Also confirmed that the duplicated characters issue described above can also be observed TextWrangler (the free sibling to BBEdit). |
This snippet:
`.
TAB.
TABTAB.
SPACE.
SPACESPACE.`
is rendering for me with the periods that follow tab characters repeated. Once after a single tab or twice after two tabs.
See screenshot comparing the same snippet in Monaco:
In this screenshot I have “Show invisibles” selected which normally causes tab characters to be displayed with a unicode △ (or similar character). In the example rendered with FiraCode this character is rendered incorrectly [?].
Note it is not necessary to enable “Show invisibles” for the periods to be repeated ellipsis-like.
This is in BBEdit version 11.6.1
Running on Mac OS 10.11.6
The previous version of FireCode I had installed did not display this behaviour. Sorry, although it was recent, I have yet to determine the exact version.
BTW I prefer tabs :) ducks
The text was updated successfully, but these errors were encountered: