-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Version alignement issue #705
Comments
Do you use a custom font? |
Currently I am on Windows and I use the Inter font with the new UI (which could be the culprit) I'll admit I didn't think about blaming the font at first considering the behaviour is correct in the One thing I noticed is the appearance of the arrow in the comment which doesn't appear in the |
The problem is that the width of the arrow changes from one font to the other, and I don't see how we would detect the font is different. Do you have the same problem when using the default font? |
I'll check the behaviour with the default font but this might be the issue simply (I apologise if that's the case) An a side note, why use arrows in the versions catalog and not the |
Historical reasons, and we have the |
I also have the default font, and I get 1.8-ish character width FYI, like in VS Code, which keeps the alignement good enough for keyboard @GeorgEchterling. |
Which OS @GeorgEchterling? |
@LouisCAD Fedora Linux 38 (GNOME, Wayland) I think IntelliJ IDEA automatically scales down wide characters, since changing the font to Droid Sans Mono doesn't increase the character's width. Or maybe both fonts just don't contain the arrow and the two apps use different fallback fonts. I don't know how to test that. |
@GeorgEchterling This issue is now fixed in PR #724 |
🐛 Describe the bug
The alignement of the versions in the version catalog is incorrect
All available versions are misaligned with the currently defined one by one space, see image below
✅ Expected behavior
The available versions should be aligned with the currently defined version instead
💣 Steps to reproduce
Just implement refreshVersions in a project
📱 Tech info
The text was updated successfully, but these errors were encountered: