Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] problem with dltk-search

Hi Robert,

It is possible by extending "org.eclipse.dltk.core.model" extension point and interface org.eclipse.dltk.core.IModelProvider.
This extension point allow to customize model by custom elements.

We have used it with Tcl IDE for tcl packages.
So please refer to org.eclipse.dltk.tcl.internal.core.packages.TclPackagesModelProvider from org.eclipse.dltk.tcl.core plugin.

And for UI please refer to org.eclipse.dltk.ui.modelContentProvider, org.eclipse.dltk.ui.modelLabelProvider, org.eclipse.dltk.ui.modelCompareProvider extension points for UI model manipulations. Please refer to org.eclipse.dltk.tcl.ui plugin as example.

Best regards,
Andrei Sobolev.

20.09.2011 01:07, Robert Gründler пишет:


Another question would be: How do i implement own types of
Declarations independent from type/method/field declarations?


that's a question i'd also be very interested in.  This could be pretty useful
for frameworks extenders to provide "meta" elements - something like the "Deployment Descriptor"
in JavaEE projects.


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


Back to the top