protected static final int NAME_PREFIX_LENGTH = NAME_PREFIX.length();
protected static URL iconBaseURL;
+
+ static {
+ iconBaseURL= PHPDebugUiPlugin.getDefault().getBundle().getEntry("/icons/"); //$NON-NLS-1$
+ }
+/*
static {
String pathSuffix = "icons/";
try {
PHPDebugUiPlugin.log(e);
}
}
-
+*/
protected static final ImageRegistry IMAGE_REGISTRY = new ImageRegistry();
protected static final String CTOOL_PREFIX = "ctool16";