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 157514

Summary: Autocomplete & Autodocument feature won't disable
Product: editor Reporter: anup <anup>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

Description anup 2009-01-27 20:18:13 UTC
unchecking the "Auto Popup Completion Window" and the "Auto Popup Documentation Window" under Tools -> Options ->
General -> Code Completion have no effect. both windows still show up even when the features are selected or deselected.
Comment 1 Peter Pis 2009-01-27 21:20:20 UTC
Reassigning to editor.
Comment 2 Petr Dvorak 2009-01-27 23:26:07 UTC
Thank you for the report. This issue is probably a duplicate of issue 156127, which is already fixed in the trunk.
Please reopen the issue if it still persist in latest dev build.

Just to make some thinks a little clearer: both options you mentioned should disable only automatic (!) code completion
popup (the popup after you type '.' character). Code completion will still show up after you press Ctrl+Space (these
options do not disable this behaviour).

*** This issue has been marked as a duplicate of 156127 ***