Community
Participate
Working Groups
Created attachment 56245 [details] For Tod's components
This also covers some of Paul's handler code so I am adding him here.
One issue (which I will fix myself) in FullDecoratorRunnable you deleted the crash disable - here is what it should look like public void handleException(Throwable exception) { IStatus status = StatusUtil.newStatus(WorkbenchPlugin.PI_WORKBENCH, "Exception in Decorator", exception); //$NON-NLS-1$ StatusManager.getManager().handle(status); decorator.crashDisable(); } I also noticed that a lot of the status building code is pretty long - we should look at making a better reusable facility for building these
Patch (with mentioned changes) released for build >20060103
Created attachment 56775 [details] Rollback of changes .log We will need manual rollbacks for FullDecoratorRunnable and LightweightDecoratorManager. I have committed the rest of the patch
reopening for extra checks
Created attachment 56776 [details] Rollback for FullDecoratorRunnable and LightweightDecoratorManager
Patch released to build > 20070111