Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Eclipse Content Types support.

Hi All,

I've added Eclipse content types API support, but this broke some DLTK API.
So please update your plugins.

Changes:
1) Removed methods IDLTKLangaugeToolkit.validateSourceModule(*).
2) Added IDLTKLangaugeToolkit.getLanguageContentType method which return
associated org.eclipse.core.runtime.contentTypes id and required. DLTK
looks for all derived content types then build source module.
3) To check file contents now it is possible to use content type describers.
ScriptContentDescriber could be used as base class. (TclContentDescriber
for example).

Best regards,
Andrei Sobolev.


Back to the top