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 133251 - Prefer to invoke method completion by .(dot)
Summary: Prefer to invoke method completion by .(dot)
Status: VERIFIED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: schmidtm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-19 01:23 UTC by baijianhua
Modified: 2008-10-30 14:25 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 baijianhua 2008-04-19 01:23:31 UTC
Now method/code completion of groovy/grails is invoked by ctrl+space, this conflict with input method, it will be great
if we can invoke the method/code completion by dot(.) just like what Java editor is doing. Thanks a lot!
Comment 1 martin_adamek 2008-05-22 13:32:36 UTC
Reassigning to Matthias, he will know more about this.
And yes, I am testing also IZ notifications for groovy component :-)
Comment 2 schmidtm 2008-05-23 17:05:25 UTC
This one should be fixed now:

Show completion when hitting the dot. Preparations to lookup GAPI. Cleanups. 
http://hg.netbeans.org/main/rev/2285486b6352
Comment 3 Lukas Jungmann 2008-10-13 16:00:22 UTC
v.