Community
Participate
Working Groups
public void handleException(Throwable exception) {
IStatus status = StatusUtil.newStatus(IStatus.ERROR, exception
.getMessage(), exception);
String message = WorkbenchMessages.DecoratorError
String message = NLS.bind(WorkbenchMessages.DecoratorWillBeDisabled,
+ " " //$NON-NLS-1$
decorator.getName());
+ NLS.bind(WorkbenchMessages.DecoratorWillBeDisabled, decorator
.getName());
WorkbenchPlugin.log(message, status);
decorator.crashDisable();
}
String message = WorkbenchMessages.DecoratorError;
String message;
if (decorator != null) {
if (decorator == null) {
message += " " + NLS.bind(WorkbenchMessages.DecoratorWillBeDisabled, //$NON-NLS-1$
message = WorkbenchMessages.DecoratorError;
} else {
message = NLS.bind(WorkbenchMessages.DecoratorWillBeDisabled,
DecoratorsPreferencePage_decoratorsLabel = Available &label decorations:
DecoratorsPreferencePage_explanation = Label decorations show extra information about an item on its label or icon.\nSelect which additional decorations should be displayed.
DecoratorError = Exception in Decorator.
DecoratorWillBeDisabled = The ''{0}'' decorator will be disabled.
DecoratorWillBeDisabled = Exception in Decorator. The ''{0}'' decorator will be disabled.
# --- Startup preferences ---
StartupPreferencePage_label=&Plug-ins activated on startup: