Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] Extending syntax checker

Hi,

the IEditorSyntaxChecker extension point looks very hardcoded.
However, I noticed that IProblemSolver is also available. For
developing a plugin which validates syntax for some language, could I
use the IProblemSolver, and ignore the IEditorSyntaxChecker? Is it a
problem? I just want to mark problematic lines of code and show an
error messages for them.

Regards,
Karol


Back to the top