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)

i did an update now i get a compile error:

Severity and Description    Path    Resource    Location    Creation Time    Id
The method getModelPresentation(IPresentationContext, String) is undefined for the type ScriptVariableLabelProvider    org.eclipse.dltk.debug.ui/src/org/eclipse/dltk/internal/debug/ui/variables    ScriptVariableLabelProvider.java    line 30    1217251067396    2378947

        IDebugModelPresentation presentation = getModelPresentation(context,
                value.getModelIdentifier());


i guess thats 3.4 again?

johan


On Mon, Jul 28, 2008 at 3:18 PM, Alex Panchenko <alex@xxxxxxxxx> wrote:
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


_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top