Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
11.2
-
None
-
None
-
Windows 7 64bit
Java 13.0
Netbeans 11.2
Description
If the following code is entered into a javascript file, the enter key no longer works.
for (var i=0;i<a;i++) {} // var c = "";
This is very strange. I boiled the code down to what is the minimum to cause a failure.
If any line is removed from the above, the enter key works again.
The only other way to enter a new line is to copy and paste one.
Attachments
Issue Links
- duplicates
-
NETBEANS-3335 NB 11.2 NullPointerException - Enter key doesn't work in editor in certain files
- Closed