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 26062 - ; in a String confuses autocompletion
Summary: ; in a String confuses autocompletion
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-26 16:46 UTC by carcassi
Modified: 2007-11-05 13:44 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 carcassi 2002-07-26 16:46:54 UTC
If I write something like:
myObject.myMethod("This is a test;").
and press Ctrl-Space, autocompletion doesn't show the 
methods.
Comment 1 Svata Dedic 2002-07-26 16:49:58 UTC
Code completion is still part of the editor module.
Comment 2 Martin Roskanin 2002-07-29 16:57:52 UTC
fixed in [maintrunk]

/cvs/editor/libsrc/org/netbeans/editor/ext/java/JavaSyntaxSupport.java,v
 <--  JavaSyntaxSupport.java
new revision: 1.23; previous revision: 1.22
Comment 3 carcassi 2003-07-08 14:18:16 UTC
Verified