Skip to content
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

(Possibly) Incomplete display of glyphs when there are a lot of glyphs in a font #6

Open
olivier-fs opened this issue Oct 26, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@olivier-fs
Copy link

Hi
Very nice to use your extension, avoids moving out of VSCodium to an external viewer !

But I encountered a small issur with "Iosevka NF" font, a Nerd Font with a lot of glyphs :

The top bar with buttons for groups of 200 glyphs is spilling outside the right edge of the window, with button "3400-3599" partially visible.
So even on a 34'' display not all the buttons can fit the width even with the left toolbar (Explorer/Search/etc) closed.

Possible solutions:

  • Move this button bar into a container that will make the flow fit inside (à la html "display" property set in a div)
  • Make the size of display groups configurable instead of default 200 ; at least from an extension settings property, but an input/select in the font display page would be much better.
    In standard HTML this is trivial, but I know nothing about VSCode extensions, so may be that's not as simple as in HTML.
    That would be great anyway !
@ctcuff
Copy link
Owner

ctcuff commented Nov 1, 2022

That's odd, I'm not able to reproduce this in VS Code so this might only be an issue in VS Codium. Would you mind attaching a screenshot and the version of VS Codium you're using? I'd love to try and fix this!

@olivier-fs
Copy link
Author

https://ibb.co/sFzmkK3

Windows 10 + latest VSCodium.

FWIU VSCodium should behave the same as VSCode except on telemetry, intellectual property / logos from MS, access to MS marketplace. That's theory, but as often things are more complicated/subtle IRL...

[ I'm using VSCodium rather than VSCode because I'm concerned with telemetry and blackbox build of the binary from behind MS Corp walls. . MS Visual Studio Enterprise is another great tool, but I'm moving away from it for the very same reason. ]

@ctcuff ctcuff added the bug Something isn't working label Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants