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 255302 - [81cat] Allows the same behavior of CTRL+ENTER also via mouse with CTRL+LEFTCLICK
Summary: [81cat] Allows the same behavior of CTRL+ENTER also via mouse with CTRL+LEFTC...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-15 14:05 UTC by -Silver-
Modified: 2015-09-15 14:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
IDE log (66.28 KB, text/plain)
2015-09-15 14:05 UTC, -Silver-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description -Silver- 2015-09-15 14:05:10 UTC
Product Version = NetBeans IDE Dev (Build 201509150002)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_66-ea
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.66-b02

Reproducibility: Happens every time

STEPS:
I'm following the test case for code completion in java 
http://services.netbeans.org/synergy/client/app/#/assignment/1617/v/1
and I arrived to this test:

1. In editor type
    LinkedList linkedList = new LinkedList();
    linkedList.addLast(null);
2. Put cursor before 'L' in addLast
3. call code completion, by arrows select addFirst
4. confirm by CTRL-ENTER 

The test case works well and has no bugs. 
This feature is amazing and many times I thought that should work like this when I selected the new method with ENTER because I was unaware of the key combination CTRL+ENTER.

My RFE is about the fact that the feature is obtained only using the keyboard. Could you add the same behavior when the CTRL key is pressed and the method is selected by mouse from the code completion popup?
Furthermore the key combination CTRL-ENTER is uncomfortable why this behavior is not the default one when the method is chosen simply pressing Enter?

Thanks and best regards,


--
Giuseppe Tin
Comment 1 -Silver- 2015-09-15 14:05:14 UTC
Created attachment 156189 [details]
IDE log