
Hi,
I have a language created with Language Designer, have my own Grammar-Class and everything works s expected in the LLParserDebugger of the LanguageDesigner tool.
If there is an error, like "xxx" expected, I can see ist in the error-window.
But when I start parsing my editor application, using all the generated classes (everything is registerd in the special syntaxlanguage-class) and the grammar class, I don't get any error messages shown in the error docking window.
Is it true that I have to report every error (I want to see) in the Grammar class in the different callback - methods of each term by using IParser.state.ReportError?
Is there no default error displaying and reporting? I do use the ErrorAlias for all the EbnfTerms.
Thanks for your help!