Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] FW: [platform-dev] Icons removed from UI

The people looking into the missing “Collapse All” icon probably already have figured this out, but this is likely to be the reason it disappeared…

 

___________________________________________

 

Chris Recoskie

Software Designer

IDE Frameworks Group

Texas Instruments, Toronto

 

 

-----Original Message-----
From: platform-dev-admin@xxxxxxxxxxx [mailto:platform-dev-admin@xxxxxxxxxxx] On Behalf Of Andrew Eidsness
Sent:
Friday, May 28, 2004 10:00 AM
To: platform-dev@xxxxxxxxxxx
Subject: [platform-dev] Icons removed from UI

 


As the final part of the resolution to bug 46576 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=46576) all unused icons have been removed from the UI plugins.  Its possible that active icons were inadvertently removed so if anyone notices such a case (the image will either be missing or drawn as a small red box) please report a bug to Platform UI.

Images referenced by the constants in ISharedImages were not removed, so clients using the supported technique of building images through the constants will not be affected.  However, clients using the unsupported pattern of building a filename and then finding the image in the UI bundle may be broken.  The proper solution in these cases is for the client code to either use a constant from ISharedImages or put the image into their own bundle.

-Andrew


Back to the top