I’d like to change at runtime the name of my eclipse RCP application, so to include the name of the project the user is working on.
This seems a pretty simple question, but I was only able to find a way to set the name statically (in the article “branding your application”).
In your
ApplicationWorkbenchWindowAdvisorget hold of theIWorkbenchWindowConfigurerand set the title there. e.g: