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

Word wrapping issue when viewing blame annotations #149

Closed
fgallardograzio opened this issue Sep 20, 2017 · 4 comments
Closed

Word wrapping issue when viewing blame annotations #149

fgallardograzio opened this issue Sep 20, 2017 · 4 comments
Labels
blocked: vscode Caused by or dependent on a VS Code issue or feature

Comments

@fgallardograzio
Copy link

Word wrapping breaks the blame layout. Please see the attached screenshot.

I think the appropriate behaviour would be to wrap the lines on the right hand side of the "blame panel", after the heatmap.

If this is technically problematic to do, then I'd rather have word wrapping automatically disabled when blaming a file.

image

Thanks!


  • GitLens Version: 5.1.0
  • VSCode Version: 1.16.1
  • OS Version: Linux Mint 18
@eamodio eamodio added the blocked: vscode Caused by or dependent on a VS Code issue or feature label Sep 20, 2017
@eamodio
Copy link
Member

eamodio commented Sep 20, 2017

@fgallardograzio While I would love to fix this, unfortunately the only way I can provide the blame annotations (via the vscode api) doesn't allow for something like this. Hopefully vscode will ultimately provide a true gutter api and the crazy hacks that GitLens has to do could be a thing of the past :)

@eamodio eamodio closed this as completed Sep 20, 2017
@fgallardograzio
Copy link
Author

@eamodio what about having the extension disable word wrapping automatically when blaming a file?

@eamodio
Copy link
Member

eamodio commented Sep 20, 2017

Good idea, but I've gone down that path with toggling on/off visible whitespace (used to be required to the annotations to render properly) and it was fraught with issues and caused a noticeable delay in triggering the annotations. Sorry.

@github-actions
Copy link

github-actions bot commented Dec 7, 2020

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked: vscode Caused by or dependent on a VS Code issue or feature
Projects
None yet
Development

No branches or pull requests

2 participants