Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] DLTK and JDT

Hi Edgar,

Method is now available.
One point, it should be used only for special cases, like you described.
Most of the work should be done in content type and it's describer.

Also if project are dltk project, excluded filter could be used to
exclude bin/*.g3 files.

Best regards,
Andrei Sobolev.
> Hi all,
>   I'm working in ANTLRv3 IDE Eclipse Plugin. I just updated from
> version R1.0-I-I200801110748 to version R1.0-S-1.0M5-200802221152.
>   And I have this problem:
>
>   When I put a *.g3 resource in a "java source folder" the JDT move my
> resource to the "output folder" and DLTK start to parsing the
> resources again (the output folder copy).
>   In version R1.0-I-I200801110748 I can ignore this resouces with
> "IStatus IDLTKLanguageToolkit.validateSourceModule(IResource)", but  I
> can't find this method in version R1.0-S-1.0M5-200802221152. There is
> a method "boolean IDLTKLanguageToolkit.validateSourcePackage(IPath)"
> in version R1.0-S-1.0M5-200802221152 I move my logic here but It seems
> is never called.
>  
>   How can I ignore the *.g3 resource allocated in JDT output folder?
>
> BR
>
> Edgar
>
>  
>  
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> dltk-dev mailing list
> dltk-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dltk-dev
>   



Back to the top