How to perform an action after eclipse plugin is opened
I have an eclipse plugin and I want to perform certain action inside this plugin but after eclipse application is opened. I tried to do it through overriding public void postWindowCreate() but it seems that I can't get inside this function when launching the application Any ideas ? Do you use e4? Then maybe the following link may help: http://www.eclipse.org/forums/index.php/m/886197/ Edit: OK, do you define your own application? Are the methods provided by org.eclipse.ui.application.WorkbenchWindowAdvisor the ones you need? (e.g. preWindowOpen() , preWindowShellClose() , postWindowRestore() ,