Trigger evaluation of PropertyTester
The code from two years back had to be upgraded to E4, and now a bunch of stuff does not work anymore. One of these is the IEvaluationService if used like this: <handler class="org.acme.PrintHandler" commandId="org.eclipse.ui.file.print"> <activeWhen> <with variable="activePart"> <test property="org.acme.printable" /> </with> </activeWhen> </handler> IEvaluationService service = (IEvaluationService) PlatformUI.getWorkbench().getService(IEvaluationService.class); service.requestEvaluation("org.acme.printable"); How do I (re)trigger the evaluation of a PropertyTester ? Since E4 is really not