Move to the new structure of the "icons" directory.
Before Width: | Height: | Size: 204 B After Width: | Height: | Size: 138 B |
Before Width: | Height: | Size: 330 B After Width: | Height: | Size: 164 B |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 166 B After Width: | Height: | Size: 348 B |
BIN
debug/org.eclipse.cdt.debug.ui/icons/wizban/addsrcloc_wiz.gif
Normal file
After Width: | Height: | Size: 3 KiB |
|
@ -128,6 +128,8 @@ public class CDebugImages
|
|||
public static final String IMG_WIZBAN_ADD_DIR_SOURCE_LOCATION = NAME_PREFIX + "add_dir_source_location_wiz.gif"; //$NON-NLS-1$
|
||||
public static final String IMG_WIZBAN_ADD_PRJ_SOURCE_LOCATION = NAME_PREFIX + "add_prj_source_location_wiz.gif"; //$NON-NLS-1$
|
||||
|
||||
public static final String IMG_WIZBAN_ADD_SOURCE = NAME_PREFIX + "addsrcloc_wiz.gif"; //$NON-NLS-1$
|
||||
|
||||
/*
|
||||
* Set of predefined Image Descriptors.
|
||||
*/
|
||||
|
@ -137,9 +139,8 @@ public class CDebugImages
|
|||
private static final String T_LCL = "lcl16"; //$NON-NLS-1$
|
||||
private static final String T_ELCL = "elcl16"; //$NON-NLS-1$
|
||||
private static final String T_DLCL = "dlcl16"; //$NON-NLS-1$
|
||||
// private static final String T_CVIEW = "cview16"; //$NON-NLS-1$
|
||||
// private static final String T_DTOOL = "dtool16"; //$NON-NLS-1$
|
||||
// private static final String T_ETOOL = "etool16"; //$NON-NLS-1$
|
||||
private static final String T_ETOOL = "etool16"; //$NON-NLS-1$
|
||||
|
||||
public static final ImageDescriptor DESC_OVRS_ERROR = createManaged( T_OVR, IMG_OVRS_ERROR );
|
||||
public static final ImageDescriptor DESC_OVRS_WARNING = createManaged( T_OVR, IMG_OVRS_WARNING );
|
||||
|
@ -190,6 +191,11 @@ public class CDebugImages
|
|||
public static final ImageDescriptor DESC_WIZBAN_ADD_SOURCE_LOCATION = createManaged( T_WIZBAN, IMG_WIZBAN_ADD_SOURCE_LOCATION );
|
||||
public static final ImageDescriptor DESC_WIZBAN_ADD_PRJ_SOURCE_LOCATION = createManaged( T_WIZBAN, IMG_WIZBAN_ADD_PRJ_SOURCE_LOCATION );
|
||||
public static final ImageDescriptor DESC_WIZBAN_ADD_DIR_SOURCE_LOCATION = createManaged( T_WIZBAN, IMG_WIZBAN_ADD_DIR_SOURCE_LOCATION );
|
||||
public static final ImageDescriptor DESC_WIZBAN_ADD_SOURCE = createManaged( T_WIZBAN, IMG_WIZBAN_ADD_SOURCE );
|
||||
public static final ImageDescriptor DESC_TOOLS_ADD_PRJ_SOURCE_LOCATION = createManaged( T_ETOOL, IMG_TOOLS_ADD_PRJ_SOURCE_LOCATION );
|
||||
public static final ImageDescriptor DESC_TOOLS_ADD_DIR_SOURCE_LOCATION = createManaged( T_ETOOL, IMG_TOOLS_ADD_DIR_SOURCE_LOCATION );
|
||||
public static final ImageDescriptor DESC_LCL_CAST_TO_TYPE = createManaged( T_ELCL, IMG_LCL_CAST_TO_TYPE );
|
||||
public static final ImageDescriptor DESC_LCL_DISPLAY_AS_ARRAY = createManaged( T_ELCL, IMG_LCL_DISPLAY_AS_ARRAY );
|
||||
public static final ImageDescriptor DESC_LCL_RESUME_AT_LINE = createManaged( T_ELCL, IMG_LCL_RESUME_AT_LINE );
|
||||
public static final ImageDescriptor DESC_LCL_RESUME_AT_LINE_DISABLED = createManaged( T_DLCL, IMG_LCL_RESUME_AT_LINE );
|
||||
public static final ImageDescriptor DESC_LCL_DETAIL_PANE_UNDER = createManaged( T_ELCL, IMG_LCL_DETAIL_PANE_UNDER );
|
||||
|
|