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 48287 - Ctrl+Space doesn't call code completion
Summary: Ctrl+Space doesn't call code completion
Status: CLOSED WONTFIX
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Martin Roskanin
URL:
Keywords: USABILITY
: 48565 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-01 10:17 UTC by Jaromir Uhrik
Modified: 2007-11-05 13:38 UTC (History)
2 users (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 Jaromir Uhrik 2004-09-01 10:17:04 UTC
Sun Java Desktop only!
[200408311800; jdk1.5.0-rc-b63(Sun Java Desktop
Release2)]
It is not possible to invoke code completion on
the JDS by Ctrl+Space. Nothing happens when the
key combination is pressed and it is hard to use
the IDE-editor without completion feature.
Comment 1 Miloslav Metelka 2004-09-03 12:23:03 UTC
The problem is that there is a resident application that consumes the
Ctrl+SPACE key_pressed event so JVM will not get it (confirmed with a
simple swing app). Honza L. knows the details. AFAIK that app is for
people with disabilities so I suppose that they needed some easily
press-able shortcut. A workaround is to use the other shortcut for CC
explicit invocation which is Ctrl-\.
 BTW the same problems can be reproduced in other IDEs -
http://supportforum.sun.com/sjds/index.php?t=msg&goto=2739&rid=0#msg_2739

Closing as wontfix. Honzo Ch. please decide whether it would be
appropriate to attempt to convince the JDS team to use some other
shortcut for their app. Thanks.
Comment 2 Miloslav Metelka 2004-09-03 12:52:56 UTC
Apologies for misinformation, the concrete culprit of the Ctrl-space
consuming on JDS is not known yet and is still being searched.
Comment 3 Jan Lahoda 2004-09-07 10:33:43 UTC
*** Issue 48565 has been marked as a duplicate of this issue. ***
Comment 4 Jaromir Uhrik 2004-11-09 15:21:56 UTC
Since it is not the problem of IDE I am marking as verified.
Comment 5 Roman Strobl 2004-11-30 12:01:44 UTC
FYI, CTRL-Space does work on JDS R3-build14. This is a preview version
of JDS R3, so most probably it will work for the final release of
Cinnabar as well.