-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix poor performance on big files #23
Comments
I think the key to the threaded work-around, is to redraw the viewport upon completion of the I tried doing something like this from a stackoverflow example of adding a callback upon completion:
But it crashes at file-open time, logged to this file:
In the (VS2017) ActivityLog.xml file, with this message as shown at the end:
It seems the errors occur long before the extension is started, even without calling The objective is to invoke the
The curious thing is that even with none of the callback code referenced... the error still occurs. I had breakpoints on all of Perhaps I'll try a different completion callback... |
as noted in #21 (comment) - performance on large files is really poor due to excessive re-parsing of the entire buffer,
The text was updated successfully, but these errors were encountered: