[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] ILightweightLabelDecorator problems
|
Hi,
I'm trying to add a Lightweight label decorator to my plugin. As far as I
can tell, the plugin.xml is fine but my implementation of
ILightweightLabelDecorator never gets instansiated. Also, when I call
MyPlugin.getDefault().getWorkbench().getDecoratorManager().getBaseLabelProvi
der(MyDecoratorID), I get null. Does anyone know why this would be
happenning? Thanks.
Del