You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.
After open any Ceylon project the message appears in the Event Log:
"Ceylon model update failed
The Ceylon model update triggered an unexpected exception: ceylon.language.AssertionError "Assertion failed: The PSI element should still exist
violated exists el = psiPointer.element" that will be reported in the Event View.
To avoid performance issues the automatic update of the Ceylon model has been disabled.
You can reenable it by using the following menu entry: Tools -> Ceylon -> Enable automatic update of model."
After that doesn't work:
completer tool
navigation in code
build doesn't take into account any changes: program still can be build and run but any new changes in code not visible.
The hint from message "You can reenable it by using the following menu entry: Tools -> Ceylon -> Enable automatic update of model." is not working.
The text was updated successfully, but these errors were encountered:
After open any Ceylon project the message appears in the Event Log:
"Ceylon model update failed
The Ceylon model update triggered an unexpected exception: ceylon.language.AssertionError "Assertion failed: The PSI element should still exist
violated exists el = psiPointer.element" that will be reported in the Event View.
To avoid performance issues the automatic update of the Ceylon model has been disabled.
You can reenable it by using the following menu entry: Tools -> Ceylon -> Enable automatic update of model."
After that doesn't work:
The hint from message "You can reenable it by using the following menu entry: Tools -> Ceylon -> Enable automatic update of model." is not working.
The text was updated successfully, but these errors were encountered: