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 156127 - Code completion cannot be disabled
Summary: Code completion cannot be disabled
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 157514 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-29 11:18 UTC by Geertjan Wielenga
Modified: 2009-02-19 20:45 UTC (History)
1 user (show)

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 Geertjan Wielenga 2008-12-29 11:18:07 UTC
Steps to reproduce:
1. Start NetBeans IDE.
2. Open Tools | Options.
3. In General tab, disable everything, i.e., remove all check marks in all checkboxes.
4. Press Ctrl-Space and code completion still pops up (even after a restart).

Code completion continues to work even if you go to the Keymap tab in the Options window, in the "Other" category, and
remove the shortcuts for the following:
- Show All Code Completion Popup
- Show Code Completion Popup
- Show Code Completion Tip Popup
- Show Documentation Popup

See also the comments at the end of this article:

http://java.dzone.com/news/top-10-new-java-features-netbe
Comment 1 Jiri Prox 2009-01-02 12:04:45 UTC
Reproducible,

the CC is opened on Ctrl-Space even when this shortcut was removed
Comment 2 Vitezslav Stejskal 2009-01-02 16:27:37 UTC
Ok, I think there are some misunderstandings here. After you do #3 CC will stop popping up __automatically__. That's
what the first two checkboxes say - 'Auto Popup * Window'. If you uncheck them CTRL+space will still show CC, because by
pressing it you just explicitly requested CC.

Removing the shortcuts really doesn't seem to work and CC keeps reacting to CTRL+space even after the shortcut was
removed. So, yes this part of the report mentions clearly a bug. Thanks
Comment 3 Dusan Balek 2009-01-07 13:39:55 UTC
Fixed.

changeset de27b9f32f23 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=de27b9f32f23
Comment 4 Quality Engineering 2009-01-09 16:50:15 UTC
Integrated into 'main-golden', will be available in build *200901091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/de27b9f32f23
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #156127: Code completion cannot be disabled - fixed.
Comment 5 Petr Dvorak 2009-01-27 23:25:56 UTC
*** Issue 157514 has been marked as a duplicate of this issue. ***