Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324036 - edc - fix ConsoleLogManager#dialog() to use new IconAndMessageAndDetailsDialog class
Summary: edc - fix ConsoleLogManager#dialog() to use new IconAndMessageAndDetailsDialo...
Status: RESOLVED FIXED
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-edc (show other bugs)
Version: 7.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 8.0   Edit
Assignee: Ken Ryall CLA
QA Contact: Ken Ryall CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-30 17:25 EDT by Kirk Beitz CLA
Modified: 2012-05-22 14:52 EDT (History)
1 user (show)

See Also:


Attachments
ConsoleLogManager.java patch to use new IconAndMessageAndDetailsDialog (2.83 KB, patch)
2010-08-30 17:25 EDT, Kirk Beitz CLA
cdtdoug: iplog+
kirk.beitz: review?
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.