Some strange editor behavior in NB 12.0

2020-10-09 Thread Greenberg, Gary
Just started a new Java project. While writing the code encountered following : I wrote this line: NewClassName myNewClass = new NewClassName(config); Where config is an instance of javax.security.auth.login.Configuration Editor marked the line as an error and offered to create thi

Re: Loss of focus after using Wizards NB12 JDK 8 MacOS 10.14.6

2020-10-09 Thread Will Hartung
More follow up. This does not seem to happen on the latest OpenJDK from Ubuntu. This is likely a Java/Mac thing, I've seen other mentions about this happening in other Java projects, but it's often associated with remote viewing programs. But that's not the case here. I've also seen anecdotes that

Re: Loss of focus after using Wizards NB12 JDK 8 MacOS 10.14.6

2020-10-09 Thread Will Hartung
Just an FYI, this also happens on the latest Oracle JDK 11. Simple test. Create a new class, or open an existing Java class Add some member variables. ^IGetters and Setters Cancel the dialog. Caret/Focus is gone. On Sat, Sep 26, 2020 at 3:15 PM Will Hartung wrote: > *Product Version:* Apache N