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 125890 - code completion doesn't work
Summary: code completion doesn't work
Status: VERIFIED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Linux
: P3 blocker with 1 vote (vote)
Assignee: schmidtm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-24 00:02 UTC by deamon
Modified: 2009-11-07 10:54 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 deamon 2008-01-24 00:02:02 UTC
Completion of a variable with Ctrl + Space doesn't work.

Methods of a class are not shown after typing the dot at the end of the class or object name.
Comment 1 deamon 2008-01-24 00:02:54 UTC
Tested with NetBeans IDE Dev (Build 20080123145057)
Comment 2 martin_adamek 2008-01-30 13:26:28 UTC
It is not yet implemented but on plate soon.
Comment 3 schmidtm 2008-04-15 09:46:42 UTC
This is done by a series of commits, please take a look at changes to this file:

http://hg.netbeans.org/main/contrib/log/02c68450f986/groovy.editor/src/org/netbeans/modules/groovy/editor/CodeCompleter.java
Comment 4 schmidtm 2008-04-15 09:47:26 UTC
close, fixed.
Comment 5 Lukas Jungmann 2008-10-13 17:51:15 UTC
v.