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 237784 - Can't notify the functions from user's one script to another for auto-completion
Summary: Can't notify the functions from user's one script to another for auto-completion
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2013-10-30 03:33 UTC by LiyuDev
Modified: 2013-10-30 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (125.66 KB, text/plain)
2013-10-30 03:33 UTC, LiyuDev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description LiyuDev 2013-10-30 03:33:05 UTC
There are two python modules in a python project are created by user, namely A.py, B.py. A.py has two functions A1 and A2. 

So, one want to call A.A1 in a function of B.py. However, "A1" didn't  in the drop list of Auto-completion function after typing "A." 

The Python Platform for the project: Python 2.7.3
Installed version for the python plugin: 0.107

Product Version = NetBeans IDE 7.4 (Build 201310111528)
Operating System = Linux version 3.8.0-32-generic running on amd64
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.45-b08
Comment 1 LiyuDev 2013-10-30 03:33:09 UTC
Created attachment 141674 [details]
IDE log