Bug 219955 - [hovering] Rich problem hover should show additional info for quick fixes
Summary: [hovering] Rich problem hover should show additional info for quick fixes
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-22 09:10 EST by Markus Keller CLA
Modified: 2008-02-22 11:45 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Keller CLA 2008-02-22 09:10:24 EST
HEAD

Rich problem hover should show additional info for quick fixes. On Ctrl+1, quick fixes show an interesting preview, e.g. 'Add unimplemented methods' lists all the methods that will be added.

I don't have a good solution right now.
Showing it in a tooltip on the link could work, but nested tooltips may become difficult to use (especially if we allow the additional info to be interactive as well).
Showing it besides the problem hover is also difficult, since we would need another gesture to select (but not execute) a quick fix link.
Comment 1 Dani Megert CLA 2008-02-22 11:11:43 EST
Low prio for me.
Comment 2 Markus Keller CLA 2008-02-22 11:45:35 EST
I often look at the preview when I try a quick fix I don't use regularly (e.g. something like invert if expression, ...).

A solution could be to turn the quick fix lightbulb in the hover into a Button. Clicking the button would close the hover and open the old quick fix proposal list (like when you click the same lightbulb in the vertical ruler).