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

Bug 64397

Summary: [rulers][hovering] should not show ruler tool tips if content assist is active
Product: [Eclipse Project] JDT Reporter: Gary Gregory <ggregory>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: daniel_megert
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Pop under example none

Description Gary Gregory CLA 2004-05-27 13:27:38 EDT
Version 3.0.m9.
See also attached screen shot.

I typed in a method:

   this,validate(value);

There is a syntax error: "," instead of "." and the method validate does not
exist. I want to use a quick fix to create it.

The margin correctly tells me I have a syntaz error, I can click on the icon in
the margin and see the error. So far so good.

Next, I hightlight the "," and replace it with ".", at which point the code
assist window pops up with a member list.

I move the mouse to the margin and the quiok fix window pops *under* the code
assist window.

Obviously that's not nice. Either the quick fixes should pop up above the code
assist pop up or clicking in the margin should close the code assist pop up.
Comment 1 Gary Gregory CLA 2004-05-27 13:28:26 EDT
Created attachment 11221 [details]
Pop under example
Comment 2 Gary Gregory CLA 2004-05-27 13:33:50 EDT
Crud, actually, it is the syntax window that pops under, not the quick fix
window. For some reason, even after correcting the syntax, I cannot get a QF.
Snippet:

        this.validate(invocation.getResponse());
        Response response = (Response) new
ResponseBuilderDOM().loadFromString(responseString);
        this.validate(response);

gives 2 error since I am calling the non-existent method validate(Response)
twice and it is not defined. Cliking on the error icon shows the error but does
not offer a QF.
Comment 3 Dani Megert CLA 2004-05-28 09:58:22 EDT
I adapted the summary to reflect the problem which causes this.

Not a regression, same behavior in 2.x

Could use widget token keeper
Comment 4 Kai-Uwe Maetzel CLA 2004-06-02 12:31:55 EDT
3.0 candidate
Comment 5 Kai-Uwe Maetzel CLA 2004-06-25 11:00:07 EDT
Removing target milestone, no further action for 3.0.
Comment 6 Eclipse Genie CLA 2019-03-18 14:32:24 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 7 Dani Megert CLA 2019-03-21 13:43:30 EDT
One can see this as "feature". No plans to change this.