Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] checking references to external sources

Hi,

we are creating a developing environment for a language where references
to external sources have to be checked. We are wondering where the best
place for implementation is.
Should we
+ extend IBuildParticipantExtension like
org.eclipse.dltk.tcl.internal.validators.packages.PackageRequireChecker
in the org.eclipse.dltk.tcl.validators plugin
+ or extend SourceElementRequestVisitor like
PythonSourceElementRequestor in Python?

Regards,
Martin


Back to the top