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

inaccurate minimap line length with proportional font #655

Open
ghost opened this issue Mar 9, 2018 · 1 comment
Open

inaccurate minimap line length with proportional font #655

ghost opened this issue Mar 9, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 9, 2018

The minimap shows all characters with the same width, even if the user has selected a proportional font. It’d be more accurate if the size of the blocks in the minimap were reflected by the character sizes in the editor.

For example, if I enter the following lines in my editor:

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
llllllllllllllllllllllllllllllllllllllllllllllllll

The bottom line is clearly smaller, but the minimap shows them with the same size.

@ghost
Copy link
Author

ghost commented Mar 10, 2018

By the way, since I don’t think anyone else would actually bother about this issue, I decided to work on it myself: #656.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants