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
Classifier Info View Leaves stray "goto" marker #2496
Comments
This is very strange because the marker is being removed. If you change |
This is horrible. This must be caused by some kind of data race because when I start pausing things in the debugger the problem goes away. |
Here's a theory: Not really sure how to test for this problem or how it would be fixed. |
This doesn't happen when we open an editor from the navigator. Is the code different? |
See |
I think we need to open the editor using the URI (as in |
Deprecated
Replaced them with
Changed |
Updated
|
From @lwrage :
I found a minor issue with the classifier info view:
The text file opens and the classifier is highlighted as expected.
However, there is now an info marker on the classifier and the whole classifier is underlined, I assume it's the goto marker that isn't cleaned up in this scenario. This marker doesn't show in the problems view and cannot be deleted manually.
The text was updated successfully, but these errors were encountered: