Removed unused icons
Before Width: | Height: | Size: 347 B |
Before Width: | Height: | Size: 155 B |
Before Width: | Height: | Size: 335 B |
Before Width: | Height: | Size: 271 B |
Before Width: | Height: | Size: 68 B |
Before Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 115 B |
Before Width: | Height: | Size: 162 B |
Before Width: | Height: | Size: 112 B |
|
@ -4432,7 +4432,6 @@
|
||||||
icon="icons/obj16/ls_entries.gif"
|
icon="icons/obj16/ls_entries.gif"
|
||||||
name="%AllLanguageSettingEntries.name"
|
name="%AllLanguageSettingEntries.name"
|
||||||
weight="010"
|
weight="010"
|
||||||
helpId="FIXME cdt_u_prop_pns_inc"
|
|
||||||
parent="org.eclipse.cdt.internal.ui.language.settings.providers.LanguageSettingsProvidersPage"
|
parent="org.eclipse.cdt.internal.ui.language.settings.providers.LanguageSettingsProvidersPage"
|
||||||
tooltip="%AllLanguageSettingEntries.tooltip"/>
|
tooltip="%AllLanguageSettingEntries.tooltip"/>
|
||||||
<tab
|
<tab
|
||||||
|
@ -4440,7 +4439,6 @@
|
||||||
icon="icons/obj16/extension_obj.gif"
|
icon="icons/obj16/extension_obj.gif"
|
||||||
name="%AllLanguageSettingProviders.name"
|
name="%AllLanguageSettingProviders.name"
|
||||||
weight="020"
|
weight="020"
|
||||||
helpId="FIXME cdt_u_prop_pns_inc"
|
|
||||||
parent="org.eclipse.cdt.internal.ui.language.settings.providers.LanguageSettingsProvidersPage"
|
parent="org.eclipse.cdt.internal.ui.language.settings.providers.LanguageSettingsProvidersPage"
|
||||||
tooltip="%AllLanguageSettingEntries.tooltip"/>
|
tooltip="%AllLanguageSettingEntries.tooltip"/>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
|
@ -218,28 +218,6 @@ public class CDTSharedImages {
|
||||||
public static final String IMG_VIEW_PIN_ACTION_B = "icons/obj16/toolbar_pinned_b.gif"; //$NON-NLS-1$
|
public static final String IMG_VIEW_PIN_ACTION_B = "icons/obj16/toolbar_pinned_b.gif"; //$NON-NLS-1$
|
||||||
public static final String IMG_VIEW_PIN_ACTION_MULTI = "icons/obj16/toolbar_pinned_multi.gif"; //$NON-NLS-1$
|
public static final String IMG_VIEW_PIN_ACTION_MULTI = "icons/obj16/toolbar_pinned_multi.gif"; //$NON-NLS-1$
|
||||||
|
|
||||||
// Language Settings Images extras
|
|
||||||
/** @since 5.6*/
|
|
||||||
public static final String IMG_OVR_GLOBAL = "icons/ovr16/global_ovr.gif"; //$NON-NLS-1$
|
|
||||||
/** @since 5.6*/
|
|
||||||
public static final String IMG_OVR_IMPORT = "icons/ovr16/import_co.gif"; //$NON-NLS-1$
|
|
||||||
/** @since 5.6*/
|
|
||||||
public static final String IMG_OVR_LINK = "icons/ovr16/link_ovr.gif"; //$NON-NLS-1$
|
|
||||||
/** @since 5.6*/
|
|
||||||
public static final String IMG_OVR_CONFIGURATION = "icons/ovr16/cfg_ovr.gif"; //$NON-NLS-1$
|
|
||||||
/** @since 5.6*/
|
|
||||||
public static final String IMG_OVR_INDEXED = "icons/ovr16/indexedFile.gif"; //$NON-NLS-1$
|
|
||||||
/** @since 5.6*/
|
|
||||||
public static final String IMG_OVR_REFERENCE = "icons/ovr16/referencedby_co.gif"; //$NON-NLS-1$
|
|
||||||
/** @since 5.6*/
|
|
||||||
public static final String IMG_OVR_PROJECT = "icons/ovr16/project_co.gif"; //$NON-NLS-1$
|
|
||||||
/** @since 5.6*/
|
|
||||||
public static final String IMG_OVR_CONTEXT = "icons/ovr16/overlay-has-context.gif"; //$NON-NLS-1$
|
|
||||||
/** @since 5.6*/
|
|
||||||
public static final String IMG_OVR_LOCK = "icons/ovr16/lock_ovr.gif"; //$NON-NLS-1$
|
|
||||||
/** @since 5.6*/
|
|
||||||
public static final String IMG_OVR_EMPTY = "icons/ovr16/empty_ovr.png"; //$NON-NLS-1$
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The method finds URL of the image corresponding to the key which could be project-relative path
|
* The method finds URL of the image corresponding to the key which could be project-relative path
|
||||||
* of the image in org.eclipse.cdt.ui plugin or a (previously registered) string representation of URL
|
* of the image in org.eclipse.cdt.ui plugin or a (previously registered) string representation of URL
|
||||||
|
|