-
Notifications
You must be signed in to change notification settings - Fork 8
Multiple problems have occurred pop-up #1243
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
Comments
The popup appears when typing the opening parenthesis for a reference value in the property value: |
I was able to reproduce this problem. It is an interaction between the text editor and the property view. Normally, formatting would not occur when typing in the text editor. However, when the property view is open, it listens to model changes in the current editor and refreshes the contents of the view. This refresh uses the serializer to get the updated property values as text which invokes the formatter. In addition to the NPE, I also encountered a RuntimeException complaining that a ContainmentPathElement could not be serialized. The property view should catch these serialization exceptions. Stack trace:
|
Please suppress/eliminate this annoying pop-up that occurred a dozen times in the last ten minutes when typing Actual_Connection_Binding properties
The text was updated successfully, but these errors were encountered: