Community
Participate
Working Groups
Build Identifier: 20100917-0705 I have updated my Papyrus to version 0.7.1 and since then my label decorator does not work anymore. I've defined an extension for a lightweiht label decorator (org.eclipse.ui.decorators) that is enabled for EObjects. Reproducible: Always
The decorate method of the lightweight decorator is called but the icon/text is not shown in the model explorer.
Created attachment 190801 [details] The attached patch allows decorators for the ModelExplorer The problem is solved when changing code in class 'ModelExplorerView' in method 'createCommonViewerObject'. The label provider of the viewer has to be a 'NavigatorDecoratingLabelProvider' to allow decorators for the ModelExplorer.
Bug fix committed on the branch (version 0.8.X).
Fixed