Community
Participate
Working Groups
Currently (in M7) the functionality associated with the about box is integrated into org.eclipse.ui.ide. In the context of RCP (i.e. non-ide applications), this functionality is useful across a range of applications, therefore it should be generalised and factored out.
I agree.
I agree as well. I think it's use should be optional. -m@
Yes, it would be available to be used, but not forced on the app.
Need to: - move the code for the dialog down - move AboutAction down - these can both remain internal - expose the action via ActionFactory as API
*** Bug 54413 has been marked as a duplicate of this bug. ***
This is nearly complete, just needs a bit more testing. It will be submitted in time for the next integration build. In addition to testing, I'm waiting for bug 60434 to be fixed. However, that is a relatively minor problem (the license button will not work), so I'll submit an interim version with that button disabled if need be.
This change hase been released to HEAD. The about action is available from org.eclipse.ui.actions.ActionFactory.ABOUT. I also added the extension point "org.eclipse.ui.SystemSummarySections" to allow applications to put their own information into the system summary dialog.