Community
Participate
Working Groups
It seems the remote provider does not pick up the model icons contributed by generated Edit plugins, and the image is shown as a generic diamond of EMF models. It works fine for local changes though. The class I refer to is RemoteAddModelElementItemProvider, here is the getImage() impl: /** * This returns RemoteAddModelElement.gif. * <!-- begin-user-doc --> <!-- end-user-doc --> * @generated */ @Override public Object getImage(Object object) { return overlayImage(object, getResourceLocator().getImage("full/obj16/RemoteAddModelElement")); //$NON-NLS-1$ } Furthermore the icon referenced here is a diamond in the source code. This problem also exists for other remote changes.
*** Bug 232020 has been marked as a duplicate of this bug. ***
most icons had been implemented since this bug has been raised. Some were still missing, but the incoming metamodel restructuration will most likely deprecate them. This bug should be verified once bug 373245 is done.
Some of the icons are still "diamonds" in 1.3.3 ... though most are not accessible through the UI. We will not fix the icon overlays of version 1.* Version 2.* does not present such bugs.