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 271863 - Alt+Enter Not Working in NB v8.2
Summary: Alt+Enter Not Working in NB v8.2
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-29 23:59 UTC by XxElendiLxX
Modified: 2017-11-29 23:59 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 XxElendiLxX 2017-11-29 23:59:12 UTC
In NetBeans v8.2 Alt+Enter shortcut doesn't work on Windows 10 x64 OS on my computer, but in the same version of NB on Ubuntu 16.04 on my computer, it does... 
For example, if I write a code something like this:

import java.util.List;         // This line will be yellow under-lined, and normally if I press Alt+Enter
                                        // A popup menu will appear and say "Remove unused import"
                                        // But that popup menu doesn't appear and not for this for every hints

public class DenemeProje {
    public static void main(String[] args) {
        
    }
}


If I go to Tools>Options>Keymaps and change Alt+ENTER to anything else, for example Alt+E, it does work, also Ctrl+ENTER or Ctrl+Shift+ENTER or Alt+Shift+ENTER operations are working properly, only problem is Alt+ENTER...
So I can't see hints on Windows. Please help me for solving this problem.