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

Blockman doesn't handle word wrap correctly #120

Open
mybearworld opened this issue Jul 26, 2023 · 2 comments
Open

Blockman doesn't handle word wrap correctly #120

mybearworld opened this issue Jul 26, 2023 · 2 comments

Comments

@mybearworld
Copy link

I'm expecting it to handle word wrapped lines as just regular lines. Instead, it looks like this:
image

@leodevbro
Copy link
Owner

Unfortunately this is a limitation of VS Code itself. The VS Code extension API does not give extensions access to the pixel locations of the characters or wrap locations of each line. Blockman is only able to access number of characters in each line.

I posted a feature request for it:
microsoft/vscode#118994

But VS Code team does not seem to have any plans for implementing this.

@mybearworld
Copy link
Author

Oh, that's unfortunate.

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

No branches or pull requests

2 participants