Skip to content

Commit d964817

Browse files
Michael BangasHeikoKlare
authored andcommitted
add all svgs to bundle org.eclipse.ui.externaltools
This commit adds SVGs for all icons in the bundle org.eclipse.ui.externaltools except for the following as these are not available as SVG yet: wizban/ext_tools_wiz.svg
1 parent f1e1864 commit d964817

11 files changed

Lines changed: 2481 additions & 10 deletions

File tree

debug/org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/model/ExternalToolsImages.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ public class ExternalToolsImages {
5555
*/
5656
private static void declareImages() {
5757
// Objects
58-
declareRegistryImage(IExternalToolConstants.IMG_TAB_MAIN, OBJECT + "main_tab.png"); //$NON-NLS-1$
59-
declareRegistryImage(IExternalToolConstants.IMG_TAB_BUILD, OBJECT + "build_tab.png"); //$NON-NLS-1$
58+
declareRegistryImage(IExternalToolConstants.IMG_TAB_MAIN, OBJECT + "main_tab.svg"); //$NON-NLS-1$
59+
declareRegistryImage(IExternalToolConstants.IMG_TAB_BUILD, OBJECT + "build_tab.svg"); //$NON-NLS-1$
6060
}
6161

6262
/**

debug/org.eclipse.ui.externaltools/External Tools Base/org/eclipse/ui/externaltools/internal/ui/BuilderLabelProvider.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333

3434
class BuilderLabelProvider extends LabelProvider {
35-
private static final String IMG_BUILDER = "icons/full/obj16/builder.png"; //$NON-NLS-1$;
36-
private static final String IMG_INVALID_BUILD_TOOL = "icons/full/obj16/invalid_build_tool.png"; //$NON-NLS-1$
35+
private static final String IMG_BUILDER = "icons/full/obj16/builder.svg"; //$NON-NLS-1$ ;
36+
private static final String IMG_INVALID_BUILD_TOOL = "icons/full/obj16/invalid_build_tool.svg"; //$NON-NLS-1$
3737
IDebugModelPresentation debugModelPresentation= DebugUITools.newDebugModelPresentation();
3838

3939
private final Image builderImage = ExternalToolsPlugin.getDefault().getImageDescriptor(IMG_BUILDER).createImage();

debug/org.eclipse.ui.externaltools/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)";resolution:=op
2121
Bundle-ActivationPolicy: lazy
2222
Bundle-RequiredExecutionEnvironment: JavaSE-17
2323
Automatic-Module-Name: org.eclipse.ui.externaltools
24+
Require-Capability: eclipse.swt;filter:="(image.format=svg)"

0 commit comments

Comments
 (0)