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 63912

Summary: CC is not closed on semicolon ;
Product: editor Reporter: zikmund <zikmund>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description zikmund 2005-09-08 15:43:05 UTC
Build 200509072000

1) Use CC for typing e.g. method call
2) Type semicolon (;) for ending expression
3) ERROR:
CC window is still opened, therefore following Enter applies to CC window
instead for end of line.

It's very annoying. Should be fixed in Beta (P1).
Comment 1 Roman Strobl 2005-09-08 15:51:58 UTC
Perhaps a duplicate of issue 63637? Different use case but a very similar issue.
Comment 2 Miloslav Metelka 2005-09-08 18:07:49 UTC
The issue 63637 may be simpler to fix because the completion may be closed text 
pasting. This issue will probably need to modify the java completion provider 
to request closing hiding of the completion upon pressing of e.g. ";".
Anyway we will attempt to fix this into Beta.
Comment 3 Martin Roskanin 2005-09-13 13:32:54 UTC
I cannot reproduce this. It seems the issue was fixed along with the fix of
issue #63637
Comment 4 Martin Roskanin 2005-09-13 13:33:43 UTC
Please verify and reopen if the issue is reproducible, thanks
Comment 5 zikmund 2005-09-13 13:51:01 UTC
Seems to be fixed in 200509122200.