Re: editing code with char completion

2022-01-07 Thread Jean-Marc Borer
I suggest you have a look in the IDE logs. I got strange behavior in the editor when I tried to run NB 12.6 on a JDK 8 due to class exception raising in the background. On Sat, Dec 11, 2021 at 5:31 PM Neil C Smith wrote: > On Sat, 11 Dec 2021 at 16:55, John Smith wrote: > > When I edit java cod

Re: editing code with char completion

2021-12-11 Thread Neil C Smith
On Sat, 11 Dec 2021 at 16:55, John Smith wrote: > When I edit java code, I type an opening parenthesis followed by variable or > whatever and then it's time to get to the closing parenthesis. Netbeans has > put the closing parentheses there already which is handy. But now I have to > interrupt

editing code with char completion

2021-12-11 Thread John Smith
When I edit java code, I type an opening parenthesis followed by variable or whatever and then it's time to get to the closing parenthesis. Netbeans has put the closing parentheses there already which is handy. But now I have to interrupt my flow; if I type the closing parenthesis, it adds one and