[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: IDecoratorManager .getLabelDecorator() returning null

It looks like there isn't a label decorator for that point you mentioned ...

You could try running Eclipse in debug mode, and stepping through the stuff where it processes the extension (there's probably a class like DefaultDecoratorManager that has a register method, but I don't have the soruce to hand) and seeing when your extension point is called/loaded.

A quick start with -clean sometimes helps clear out cruft (on your launch config) as sometimes the Manifest.MF/plugin gets cached and thus changes are ignored. That's bitten me a few times when adding extensions in.

Does getLabelDecorator() with no args give you anything different?

Alex.