Javascript GetSyntaxErrors on WINFORMS

it seems that the parser method GetSyntaxErrors doesnt recognize javascript error code.
How can I validate an editor with javascript Code?
thank you

Davide

Hi David,

You can get syntax errors from the parser after the code is fully parsed.
(You can either handle the TextReparsed event or force text parsing by using the ReparseText method.)

Please refer to the demo project here:

Kind regards,
Dmitry