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 181431 - Code documentation does not work for builtins
Summary: Code documentation does not work for builtins
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P2 normal (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-02 08:37 UTC by Torbjorn Norbye
Modified: 2010-03-09 06:18 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 Torbjorn Norbye 2010-03-02 08:37:34 UTC
There was a bug with .egg file URL handling, and .egg is used to bundle the documentation for all the builtin APIs. This meant that you didn't get popup documentation with code completion for builtins.

To reproduce, try typing in
   sys.exi
and invoke code completion. You should get popups for the two methods shown (exitfunc and exit) but with this bug you don't.

This was fixed yesterday with changeset 9ef473ec3403. I'm filing a bug to use to track this for porting it to the 6.8 update center.
Comment 1 Torbjorn Norbye 2010-03-02 08:37:53 UTC
Fixed in trunk with changeset 9ef473ec3403.
Comment 2 pgebauer 2010-03-02 09:48:26 UTC
Could QE verify this issue in the trunk in order that it can be ported into the release68_fixes branch?