[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-patch] Refresh of the make.ui Icons
|
***********************
Warning: Your file, org.eclipse.cdt.make.ui.zip, contains more than 32 files after decompression and cannot be scanned.
***********************
|
Here are the updates for the org.eclipse.cdt.make.ui
package. Please remove the existing icons directory first.
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/cdt-home/developer/featurespec/3.0/IconRefresh.html?cvsroot=Tools_Project
-
DaveIndex: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.make.ui/plugin.xml,v
retrieving revision 1.51
diff -u -r1.51 plugin.xml
--- plugin.xml 6 Apr 2005 19:49:57 -0000 1.51
+++ plugin.xml 7 Apr 2005 14:35:06 -0000
@@ -33,7 +33,7 @@
point="org.eclipse.ui.newWizards">
<wizard
name="%WizardNewCMakeProject.name"
- icon="icons/ctool16/newc_app.gif"
+ icon="icons/etool16/newc_app.gif"
category="org.eclipse.cdt.ui.newCWizards"
class="org.eclipse.cdt.make.ui.wizards.NewMakeCProjectWizard"
project="true"
@@ -45,7 +45,7 @@
</wizard>
<wizard
name="%WizardConvertMakeProject.name"
- icon="icons/ctool16/convert-normal.gif"
+ icon="icons/etool16/convert-normal.gif"
category="org.eclipse.cdt.ui.newCWizards"
class="org.eclipse.cdt.make.ui.wizards.ConvertToMakeProjectWizard"
finalPerspective="org.eclipse.cdt.ui.CPerspective"
@@ -60,7 +60,7 @@
<!-- For C++ Wizards -->
<wizard
name="%WizardNewCCMakeProject.name"
- icon="icons/ctool16/newcc_app.gif"
+ icon="icons/etool16/newcc_app.gif"
category="org.eclipse.cdt.ui.newCCWizards"
class="org.eclipse.cdt.make.ui.wizards.NewMakeCCProjectWizard"
project="true"
@@ -72,7 +72,7 @@
</wizard>
<wizard
name="%WizardConvertMakeProject.name"
- icon="icons/ctool16/convert-normal.gif"
+ icon="icons/etool16/convert-normal.gif"
category="org.eclipse.cdt.ui.newCCWizards"
class="org.eclipse.cdt.make.ui.wizards.ConvertToMakeProjectWizard"
finalPerspective="org.eclipse.cdt.ui.CPerspective"
@@ -227,7 +227,7 @@
value="org.eclipse.cdt.make.core.makeNature">
</filter>
</page>
- <!-- page
+ <!--page
objectClass="org.eclipse.cdt.core.model.ICContainer"
name="%IncludeSymbolProperties.name"
class="org.eclipse.cdt.internal.ui.dialogs.cpaths.IncludesSymbolsPropertyPage"
@@ -246,7 +246,7 @@
name="projectNature"
value="org.eclipse.cdt.make.core.makeNature">
</filter>
- </page -->
+ </page-->
<page
objectClass="org.eclipse.core.resources.IProject"
adaptable="true"
@@ -268,7 +268,7 @@
</category>
<view
name="%ViewMake.name"
- icon="icons/cview16/make_target.gif"
+ icon="icons/view16/make_target.gif"
category="org.eclipse.cdt.make.ui"
class="org.eclipse.cdt.make.ui.views.MakeView"
id="org.eclipse.cdt.make.ui.views.MakeView">
@@ -281,7 +281,7 @@
id="org.eclipse.cdt.make.ui.updateActionSet">
<action
label="%ActionMakeUpdate.label"
- icon="icons/ctool16/update_old.gif"
+ icon="icons/etool16/update_old.gif"
tooltip="%ActionMakeUpdate.tooltip"
class="org.eclipse.cdt.make.ui.actions.UpdateMakeProjectAction"
toolbarPath="Normal"
@@ -357,7 +357,7 @@
point="org.eclipse.ui.editors">
<editor
name="%MakefileEditor.name"
- icon="icons/obj16/makefile.gif"
+ icon="icons/etool16/makefile.gif"
extensions="mk"
filenames="Makefile,makefile,GNUMakefile"
contributorClass="org.eclipse.cdt.make.internal.ui.editor.MakefileEditorActionContributor"
Index: src/org/eclipse/cdt/make/internal/ui/MakeUIImages.java
===================================================================
RCS file: /home/tools/org.eclipse.cdt-build/org.eclipse.cdt.make.ui/src/org/eclipse/cdt/make/internal/ui/MakeUIImages.java,v
retrieving revision 1.11
diff -u -r1.11 MakeUIImages.java
--- src/org/eclipse/cdt/make/internal/ui/MakeUIImages.java 25 Jun 2004 14:49:37 -0000 1.11
+++ src/org/eclipse/cdt/make/internal/ui/MakeUIImages.java 7 Apr 2005 14:35:07 -0000
@@ -112,7 +112,7 @@
public static void setImageDescriptors(IAction action, String type, String relPath) {
relPath = relPath.substring(NAME_PREFIX_LENGTH);
action.setDisabledImageDescriptor(create("d" + type + "/", relPath)); //$NON-NLS-1$ //$NON-NLS-2$
- action.setHoverImageDescriptor(create("c" + type + "/", relPath)); //$NON-NLS-1$ //$NON-NLS-2$
+// action.setHoverImageDescriptor(create("e" + type + "/", relPath)); //$NON-NLS-1$ //$NON-NLS-2$
action.setImageDescriptor(create("e" + type + "/", relPath)); //$NON-NLS-1$ //$NON-NLS-2$
}
Attachment:
org.eclipse.cdt.make.ui.zip
Description: Zip archive