Bug 254643 - [Markers] problems view could better support long descriptions
Summary: [Markers] problems view could better support long descriptions
Status: RESOLVED DUPLICATE of bug 243381
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 3.4.1   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Hitesh CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-07 14:20 EST by Stephan Herrmann CLA
Modified: 2008-11-26 14:12 EST (History)
4 users (show)

See Also:


Attachments
Patch 1 (1.30 KB, patch)
2008-11-18 04:26 EST, Hitesh CLA
no flags Details | Diff
Did try out the hover. (9.94 KB, text/plain)
2008-11-18 04:39 EST, Hitesh CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Herrmann CLA 2008-11-07 14:20:54 EST
Build ID: M20080911-1700

When discussing a particular compiler error message
(see bug 249134 comment 25) it occurred that long messages 
can cause difficulties because relevant portions of the 
message could easily be invisible in the ui.

Because I feel that good error messages sometimes require more
verbosity than what is currently visible, I suggest to improve 
the support for long messages/descriptions in the problems view:

 * shouldn't items in the problems view have hovers?
 * would it be possible to "open" a line within the problem
   view to show the description on multiple lines (inline)?
 * the properties dialog (alt+enter) could present descriptions
   in a text field with line-wrapping

I'm not sure what would be the best solution, but I feel 
that a chopped status line (with hover, yes ;-) is not enough.
Comment 1 Hitesh CLA 2008-11-18 04:26:25 EST
Created attachment 118120 [details]
Patch 1

>  * the properties dialog (alt+enter) could present descriptions
>    in a text field with line-wrapping

The patch does this.

I think the status line msg and tooltip should suffice for succinct descriptions .A mouse hover may be too much for a view, and may seem like an annoyance. If you'd like to view a long description the patch for the property page should be enough.
Comment 2 Hitesh CLA 2008-11-18 04:39:33 EST
Created attachment 118122 [details]
Did try out the hover.

Looks redundant on the view that is already showing the same info.The property page is a better place for long descriptions.
Comment 3 Markus Keller CLA 2008-11-24 06:58:22 EST
>  * shouldn't items in the problems view have hovers?

I think this is also a platform bug: On Windows and the Mac, you get rollover tooltips when you hover over a table or tree item whose content is not completely visible. The tooltips on Windows don't wrap, but there's usually enough space on the right of the Description column to make it fully visible.

AFAIK, GTK does not offer such rollover tooltips. You should file a bug against GTK (SWT would probably not want to emulate this for GTK).
Comment 4 Kim Horne CLA 2008-11-26 14:12:32 EST

*** This bug has been marked as a duplicate of bug 243381 ***