-
Notifications
You must be signed in to change notification settings - Fork 302
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
Request for supporting multiline bracket characters #290
Comments
Hi @mahozad Please paste the code with brackets that on you screen. It will be easy for me to find the exact symbols you want to be added. As for the space between the boxdrawing symbols. Make sure that your line height in setting is set to 1.0. You can find this option in Preferences → Editor → Line spacing. |
Sure. This is the example code:
I typed these chars in the editor with line spacing set to 1.0:
It seems to me that with small font sizes there is even horizontal gap between the symbols. I should say it again that this is the default font in IntelliJ IDEA 2020.2 (so I think it is not version 2.000 of font) |
Please grab the files from here https://github.com/JetBrains/JetBrainsMono/tree/master/fonts to confirm. |
@philippnurullin With font size 13 and line spacing 1.0, there seems a little bit vertical overlap between them. But anyway, thank you. |
@mahozad Yes, the overlap can be present. It can occur when some rounding is applied to calculation of line height in IDE. The height of multiline brackets can be reduced but is will create gaps in some cases, so that's a compromise. |
The glyphs for multi-line bracket characters are not in full height:
The official list of supported symbols dose not contain these characters in the first place.
Is it possible to add support for them?
I found some multiline brackets in this Wikipedia page.
The above image shows the default JetBrainsMono font in IntelliJ IDEA 2020.2.
As a side note I should say that the box-drawing characters have a tiny gap between them as well.
The text was updated successfully, but these errors were encountered: