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 177179 - add hints for import libraries
Summary: add hints for import libraries
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-19 03:43 UTC by Jindrich Sedek
Modified: 2010-02-23 02:45 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2009-11-19 03:43:00 UTC
I have this code in XHTML file:
------------------------
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>TODO supply a title</title>
    </head>
    <body>
        <f:view>
            <rich:calendar />
        </f:view>
    </body>
</html>
------------------------
error badges "undeclared component" appears at lines with "f:view" and "rich:calendar", it would be good if these badges would contain a "bulb" where I could select possible imports to fill as it works for java files
Comment 1 Tomasz Slota 2010-02-18 09:18:55 UTC
done.

http://hg.netbeans.org/web-main/rev/0fb6d49c5531
Comment 2 Quality Engineering 2010-02-21 22:36:27 UTC
Integrated into 'main-golden', will be available in build *201002220200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/0fb6d49c5531
User: Tomasz Slota <tslota@netbeans.org>
Log: #177179: add hints for import libraries
Comment 3 Jindrich Sedek 2010-02-23 02:45:22 UTC
verified.

NetBeans IDE Dev (Build 201002230200)