| [jdt-core-dev] execute a command during postWindowCreate() of WorkbenchWindowsAdvisor |
|
Hello everybody.
I'am developping a plugin which extend JDT
features. The aim is to exectue a workbench-based JDT command (like correct
indentation or format, sort members, organize imports) without launching the
complete workbench. I have extended the
org.eclipse.ui.application.WorkbenchWindowAdvisor class and overrriden the public void postWindowCreate() method.Is it possible here to execute a JDT command here? The issue is that the workbench window have been created at this moment but isn't opened. Regards. |