Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-ui-dev] Diabled Icons

> 
> In the CDT, should all disabled versions of icons be procedurally generated?
> 
> In the org.eclipse.cdt.ui_2.0.0 folder there are a number of subfolders with
> disabled versions. (dlcl16, dtool16, etc.) These also seem to be incomplete
> - not all of the icons in the corresponding active folder have diabled
> version.
> 
> Am I looking at something depricated, or just not up to speed with the
> latest way of doing things? 
> 


Most of the used icons are defined in CPluginImages.java and the plugin.xml.
We can concentrate on those one and worry about the unused one later.




Back to the top