Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] script parse/syntax errors not markers anymore on the file? (and shown in problems view)

Johan Compagner wrote:
How should the validator core project contribute to that?

org.eclipse.dltk.validators.internal.core.ValidatorBuilder
implements IScriptBuilder

it is called from ScriptBuilder to parse all the files and report errors for them.

After that it calls "validators" (if there are any) to perform additional semantic checks, etc.

The messages with subject "bug #239707 discussion" are about that change.

Regards,
Alex



Back to the top