Bug 3636 - Hover-help gets in the way of code completion requests (1GDEXJI)
Summary: Hover-help gets in the way of code completion requests (1GDEXJI)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P4 normal (vote)
Target Milestone: 2.0 F2   Edit
Assignee: Kai-Uwe Maetzel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 3833 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-10 22:58 EDT by Philipe Mulet CLA
Modified: 2002-06-05 20:03 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipe Mulet CLA 2001-10-10 22:58:22 EDT
I am seing some PRs where people think they have code assist bugs, but in fact it is the over help mechanism which gets 
in the way (see 1GDCWED: ITPJCORE:WIN2000 - NPE when opening code assist). 

I think the over-help could be responsible for some slowness in the code assist reaction, because it takes some 
cycles to perform. Is it running inside a low priority thread, and cancel whenever something is happening (like ctrl-space in 
this very case) ? 


NOTES:
MA (5/9/01 2:49:52 PM)
	I would suggest that the editor hover is disabled while the code assist is shown
	There is the code assist hover help instead

EG (5/9/2001 12:10:15 PM)
	I agree that that hovering should be disabled when code assist is active.
	The hover will show up below code assist anyway and isn't readable.
	Hover can delay code assist in the following situaiton:
	1) user types typeName.f
	2) moves the cursor over type Name
	3) waits > 0.6 seconds so that the hover triggers
	4) presses code assist
	We can make the hover less automatic, e.g., it triggers only
	when it is over a selected word.
	This means the user has to double click before seeing the hover.
	->code assist has to wait until the hover is computed.
	This behaviour should be put in as a preference since I can argue
	that when reading code I want to see hovers as I move the mouse.
Comment 1 Martin Aeschlimann CLA 2001-10-16 11:16:34 EDT
moved to 'active'
Comment 2 DJ Houghton CLA 2001-10-24 07:15:03 EDT
PRODUCT VERSION:
0.103a

Comment 3 Erich Gamma CLA 2002-05-09 08:32:19 EDT
*** Bug 3833 has been marked as a duplicate of this bug. ***
Comment 4 Kai-Uwe Maetzel CLA 2002-06-05 20:03:11 EDT
Build F2.