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 149775 - [65cat]Code completion doesn't work properly
Summary: [65cat]Code completion doesn't work properly
Status: VERIFIED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-10 14:43 UTC by rajivderas
Modified: 2009-01-15 01:58 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 rajivderas 2008-10-10 14:43:29 UTC
I have the following two code blocks

block#01 - 
def loadstable(name,theglobals=None,thelocals=None,fromlist=None,level=-1):
    if name.split('.')[0]!=theglobals
        print "thelocals"

and 

block#02 -
def init(name,theglobals=None,thelocals=None,fromlist=None,level=-1):
    print "thelocals"

inside block#0 i am goint to call block#02 and the code completion show me the function with parameters but when i select it from completion and press enter it does not 
take the parameters.

---------------------------------------------------------------------------------------------------------------------------------------------------

Product Version: nbPython M7
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nbpython)
Userdir: C:\Documents and Settings\Rajiv Perera\Application Data\.nbpython\dev
Comment 1 Torbjorn Norbye 2008-10-13 03:34:58 UTC
Fixed in revision 516
Comment 2 Peter Lam 2008-12-15 05:44:37 UTC
verified in build 320 (20081212)