File tree Expand file tree Collapse file tree
org.eclipse.lsp4e/src/org/eclipse/lsp4e/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ private LSPImages() {
106106 public static final String IMG_SUPERTYPE = "IMG_SUPERTYPE" ; //$NON-NLS-1$
107107 public static final String IMG_SUBTYPE = "IMG_SUBTYPE" ; //$NON-NLS-1$
108108
109+ public static final String IMG_OVR_CONSTRUCTOR = "IMG_OVR_CONSTRUCTOR" ; //$NON-NLS-1$
109110 public static final String IMG_OVR_DEPRECATED = "IMG_OVR_DEPRECATED" ; //$NON-NLS-1$
110111 public static final String IMG_OVR_PRIVATE = "IMG_OVR_PRIVATE" ; //$NON-NLS-1$
111112 public static final String IMG_OVR_PACKAGE = "IMG_OVR_PACKAGE" ; //$NON-NLS-1$
@@ -167,6 +168,7 @@ public static void initalize(ImageRegistry registry) {
167168 declareRegistryImage (IMG_SUBTYPE , ACTION + "sub_co.png" ); //$NON-NLS-1$
168169 declareRegistryImage (IMG_TERMINATE_CO , OBJECT + "terminate_co.png" ); //$NON-NLS-1$
169170
171+ declareRegistryImage (IMG_OVR_CONSTRUCTOR , OVERLAY + "constr_ovr.svg" ); //$NON-NLS-1$
170172 declareRegistryImage (IMG_OVR_DEPRECATED , OVERLAY + "deprecated.svg" ); //$NON-NLS-1$
171173 declareRegistryImage (IMG_OVR_PRIVATE , OVERLAY + "private_co.svg" ); //$NON-NLS-1$
172174 declareRegistryImage (IMG_OVR_PACKAGE , OVERLAY + "package_co.svg" ); //$NON-NLS-1$
You can’t perform that action at this time.
0 commit comments