New set of icons from Chris Wiebe.
|
@ -1,3 +1,15 @@
|
||||||
|
2004-03-30 Alain Magloire
|
||||||
|
|
||||||
|
New set of icons from Chris Wiebe.
|
||||||
|
|
||||||
|
* icons/full/obj16/enum_obj.gif
|
||||||
|
* icons/full/obj16/namespace_obj.gif
|
||||||
|
* icons/full/obj16/struct_obj.gif
|
||||||
|
* icons/full/obj16/union_obj.gif
|
||||||
|
* icons/full/obj16/typedef_obj.gif
|
||||||
|
|
||||||
|
* browser/org/eclipse/cdt/ui/browser/TypeInfoLabelProvider.java
|
||||||
|
|
||||||
2004-03-30 Alain Magloire
|
2004-03-30 Alain Magloire
|
||||||
|
|
||||||
Fix in the CView was not refreshing.
|
Fix in the CView was not refreshing.
|
||||||
|
|
|
@ -28,7 +28,7 @@ public class TypeInfoLabelProvider extends LabelProvider {
|
||||||
|
|
||||||
private static final Image HEADER_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT_HEADER);
|
private static final Image HEADER_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT_HEADER);
|
||||||
private static final Image SOURCE_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT);
|
private static final Image SOURCE_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_TUNIT);
|
||||||
private static final Image NAMESPACE_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_CONTAINER);
|
private static final Image NAMESPACE_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_NAMESPACE);
|
||||||
private static final Image TEMPLATE_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_TEMPLATE);
|
private static final Image TEMPLATE_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_TEMPLATE);
|
||||||
private static final Image CLASS_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_CLASS);
|
private static final Image CLASS_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_CLASS);
|
||||||
private static final Image STRUCT_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_STRUCT);
|
private static final Image STRUCT_ICON= CPluginImages.get(CPluginImages.IMG_OBJS_STRUCT);
|
||||||
|
|
Before Width: | Height: | Size: 910 B After Width: | Height: | Size: 174 B |
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 169 B |
Before Width: | Height: | Size: 910 B After Width: | Height: | Size: 159 B |
Before Width: | Height: | Size: 173 B After Width: | Height: | Size: 170 B |