Community
Participate
Working Groups
Created attachment 177790 [details] new class to extend IconAndMessageAndDetails to provide multiline info or log to user. see attached IconAndMessageAndDetailsDialog.java . from comments in attached file: /** * copied mostly verbatim from ErrorDialog, then changed out * occurrences of {@link org.eclipse.swt.widgets.List} with * {@link org.eclipse.swt.widgets.Text} so that one large details * String could be passed and displayed * <p><i> * (ideally could have extended from ErrorDialog, except * </i><code>ErrorDialog#showDetailsArea</code><i> was made final, * and it calls</i> <code>private ErrorDialog#toggleDetailsArea</code>, * which uses the</i> <code>SWT.List</code> <i>that the override * would be replacing.) * </i> * * @see org.eclipse.jface.dialogs.ErrorDialog */
Committed to HEAD.