Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Extending PHP language toolkit

Hello,

I'm extending PDT 2.0 and my plugin defines its own language toolkit
extending org.eclipse.dltk.core.AbstractLanguageToolkit.
Unfortunately this disable PHP language toolkit.
Is it possible to make both language toolkit to cohabit ?
If a scripting project can only have one DLTK language toolkit, how
can activate PHP/DLTK extension points (source parser, mixinparser
etc) on my plugin project ?

This issue seems important in order to extend PDT.

Best regards,

William

-- 
William Candillon
http://apdt.googlecode.com


Back to the top