vscode-annotator icon indicating copy to clipboard operation
vscode-annotator copied to clipboard

[BUG] Scrollbar vanishes and goto-line doesn't work

Open ljusten opened this issue 9 years ago • 1 comments

On Linux (Ubuntu 14.04) the scrollbar in blame view vanishes after a short while. Also, goto-line (CTRL+G) doesn't work. This makes working with large files painful. Is it possible to fix this?

Overall, awesome work, I'm really digging this extension!

ljusten avatar Oct 06 '16 13:10 ljusten

Thanks for reporting it. I could observe the symptom on mac although I still don't know the exact steps to reproduce it as it doesn't always happen. And yeah, without vertical/horizontal scrollbars, working with a large file must be hectic...

As for goto-line command, it's not a bug from Annotator's perspective but a missing functionality. The blame view is not a VS Code's TextDocument but just a plain html; that's why it doesn't have goto-line.

As all 3 issues currently open (#1, #2 and this) could be solved if I could somehow use TextDocument, I might need to start thinking if I can put annotations in TextDocument even though there are still no API's provided for it 😑

ryu1kn avatar Oct 07 '16 12:10 ryu1kn