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 170512 - Better Libraries node
Summary: Better Libraries node
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Autoproject (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-17 23:17 UTC by Jesse Glick
Modified: 2012-06-19 15:47 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 Jesse Glick 2009-08-17 23:17:41 UTC
Should be made more consistent with other project types. Check if org.netbeans.modules.java.api.common.project.ui can be
reused at all (might be useful for apisupport.project as well).
Comment 1 Jesse Glick 2009-10-22 01:40:09 UTC
Specifically

- should add ClassPath.BOOT as a JDK node

- add actions like Show Javadoc, Go to Source, etc.
Comment 2 Jesse Glick 2009-10-22 02:04:52 UTC
Should also permit user to make manual source and/or Javadoc correspondences for classpath entries, though issue #160485
would be a more satisfactory and general solution.