-
Notifications
You must be signed in to change notification settings - Fork 9
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
Exception when editing during startup in Eclipse LWB #59
Comments
This bug also happens when I try to run a command on a resource in the Eclipse LWB. Command definition (in
Stack trace:
|
The cause seems to be that the |
I think this is a different kind of bug with a similar error message, as the one of this bug report only happens on startup. I don't think it has anything to do with a different kind of In your case, executing a command of To work around the problem, you can make your command depend on the project as an enclosing project by adding several things to
A proper solution would be to add the correct scheduling rules when a language is dynamically loaded, to:
|
"Attempted to beginRule" See: #59 (comment)
Summary
An exception occurs when editing (and thus running an editor update job) during startup in Eclipse LWB.
What you did
Edit during startup.
What you expected to happen
No exception to be thrown.
What actually happened
The following exception was thrown:
Context
Additional information
Console log can be found here: https://gist.github.com/Gohla/52d67ec582d3dd902520a475df8afe00
The text was updated successfully, but these errors were encountered: