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 7508 - entries in the JSP code completion window are not formatted properly
Summary: entries in the JSP code completion window are not formatted properly
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-28 17:38 UTC by Petr Jiricka
Modified: 2003-07-02 08:27 UTC (History)
0 users

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 Petr Jiricka 2000-08-28 17:38:40 UTC
Some entries in the JSP code completion window use a wring list cell renderer

1) entries created by Java completion for JSP files (methods, packages, ...) do
not have icon and correct font, they are just plain text. They should look like
entries in the Java completion window for Java files.

2) entries corresponding JSP tags have are surrounded by '<' and '>' symbols,
which is not consisnent with the display of HTML tags, which are not surrounded
by '<' and '>'.

3) entries representing JSP directive names begin with '@', which may be
confusing to the user, who may expect that the '@' symbol will be added to the
text after selecting the item.
Comment 1 Petr Jiricka 2000-09-22 13:40:59 UTC
[1107] Fixed.

1) was fixed
2) will change in HTML, so JSP will be consistent
3) is not a bug
Comment 2 Quality Engineering 2003-07-02 08:27:19 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.