Bug 80512 - Quick Fix icon overlays Breakpoint indicator
Summary: Quick Fix icon overlays Breakpoint indicator
Status: RESOLVED DUPLICATE of bug 80089
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-08 15:31 EST by James Moger CLA
Modified: 2004-12-09 08:13 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Moger CLA 2004-12-08 15:31:03 EST
The Quick Fix icon overlays the Breakpoint indicator in the text editor.  This
is most apparent when trying to set a breakpoint.  You can't tell if the
breakpoint has been set because its covered with the lightblulb.

I find the eagerness of Quick Fix akin to the Microsoft Paper Clip Guy.  I just
want to know about breakpoints.  To me this is a usability issue.

Maybe there should be two columns of indicators: Breakpoints (which are the most
important in any IDE) and Other.

Thanks.
Comment 1 Dani Megert CLA 2004-12-09 06:00:37 EST
Do you talk about the quick fix or the quick assist light bulb (is a bit bigger
and has no error tick)?

Note:
1) you can disable to show the light bulb (Java > Appearance)
2) you can enable roll-over hovers (Java > Hovers)


*** This bug has been marked as a duplicate of 80089 ***
Comment 2 James Moger CLA 2004-12-09 08:13:40 EST
Thanks for the pointer to the config options.  Disabling the light bulb makes me
happy.  :)  As for which light bulb I was referring to - I don't know the
difference between Quick Assist and Quick Fix.  Either way, the preference
options you suggested did the trick.

To be more precise for other folks who may stumble on this, the options were in
Java -> Editor -> Appearance and Java -> Editor -> Hover (at least for Eclipse
3.0.1).

Thanks.