Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 324036

Summary: edc - fix ConsoleLogManager#dialog() to use new IconAndMessageAndDetailsDialog class
Product: [Tools] CDT Reporter: Kirk Beitz <kirk.beitz>
Component: cdt-debug-edcAssignee: Ken Ryall <ken.ryall>
Status: RESOLVED FIXED QA Contact: Ken Ryall <ken.ryall>
Severity: normal    
Priority: P3 CC: cdtdoug
Version: 7.0   
Target Milestone: 8.0   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
ConsoleLogManager.java patch to use new IconAndMessageAndDetailsDialog cdtdoug: iplog+, kirk.beitz: review?

Description Kirk Beitz CLA 2010-08-30 17:25:47 EDT
Created attachment 177792 [details]
ConsoleLogManager.java patch to use new IconAndMessageAndDetailsDialog

the initial implementation of ConsoleLogManager#dialog() made use of ErrorDialog()

while that worked for simple errors, ErrorDialog is really meant to focus on java stack trace errors from within eclipse.

IconAndMessageAndDetailsDialog is very similar to ErrorDialog, except it is tailored to encourage any of INFO, WARNING and ERROR, and will present a multi-line error message or even full multi-line log in the details appropriately.

the attached makes use of IconAndMessageAndDetailsDialog in this way.
Comment 1 Ken Ryall CLA 2010-09-01 00:56:15 EDT
Committed to HEAD.