This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 92091 - Block hints not visible when there are other hints available
Summary: Block hints not visible when there are other hints available
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
: 121439 130477 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-09 10:45 UTC by Jiri Prox
Modified: 2008-05-28 08:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2007-01-09 10:45:22 UTC
NetBeans IDE Dev (Build 200701081900)
1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
Windows XP version 5.1 running on x86
en_US (nb); Cp1252

Hints for selected text (e.g. surround with ...) are not suggested when there
are other hints for the current line.

Steps to reproduce:
1) write:
Thread.sleep(2000);
2) select whole line
3) open hints popup
-> only two hints are available
Comment 1 Jan Lahoda 2007-02-14 13:39:51 UTC
This is currently as designed (if there is/are error(s) on a line, only fixes
for the error(s) are available), although it is not very good with regard to the
selection templates. I will discuss this with Jano.
Comment 2 Jan Lahoda 2007-11-10 18:37:49 UTC
*** Issue 121439 has been marked as a duplicate of this issue. ***
Comment 3 Jan Lahoda 2008-03-05 08:35:03 UTC
All fixes should be shown now (error fixes first):
http://hg.netbeans.org/main?cmd=changeset;node=36fbd464aacf
Comment 4 Jan Lahoda 2008-03-19 08:05:08 UTC
*** Issue 130477 has been marked as a duplicate of this issue. ***
Comment 5 Jiri Prox 2008-05-28 08:25:48 UTC
v.