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 - "Auto Popup Completion Window" setting ignored at startup
Summary: "Auto Popup Completion Window" setting ignored at startup
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-29 16:01 UTC by zdro
Modified: 2009-02-27 14:26 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 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.