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 136097

Summary: "Auto Popup Completion Window" setting ignored at startup
Product: javascript Reporter: zdro <zdro>
Component: EditorAssignee: Torbjorn Norbye <tor>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description zdro 2008-05-29 16:01:38 UTC
I have disabled auto popup of the over-eager completion window.  When I restart Netbeans, the completion window WILL pop
up automatically while in the Javascript editor.

To make it stop, I have to go into editor options, check and re-uncheck this option.  I have to do this every time I
start Netbeans.
Comment 1 Torbjorn Norbye 2008-06-18 21:20:34 UTC
The persistence of the auto popup setting should be fixed by Vita's editor settings rewrite (issue 90403).

In the current version, the setting didn't seem to be consulted at all, so I added some code to GsfCompletionProvider to
check the setting and turn off the auto popup when it's been turned off. This is in changeset f50fe69cf2a7.