Show Eclipse RCP's welcome page at every startup
- by Frank Grimm
Is there a way to force an RCP product to show a welcome page every time it the RCP was stared? (By default, the Welcome page is only shown for the first time the RCP is stared.)
I tried org.eclipse.ui/SHOW_INTRO=true in plugin_customization.ini, but it did not do the trick...
Thanks,
Frank