Community
Participate
Working Groups
The API for SyntaxError(Message) does not allow to set user data that will finally be available in the issue and thereby in the Quickfix-Provider. There is no workaround as AbstractInternalAntlrParser#appendError is private. If it were public, one could do the following: Subclass SyntaxErrorMessage, set the user data as an adapter on the actual SyntaxError, read the adapter-value and set it in XtextResource#addSyntaxErrors on a subclass of XtextSyntaxDiagnostic.
Done with the refactoring of the node model.
Closing all bugs that were set to RESOLVED before Neon.0