Re: NetBeans 12.5 - change in code completion pop for "new" ?

2021-10-07 Thread Mitch Claborn
FYI, I created https://issues.apache.org/jira/browse/NETBEANS-6114 for this. Mitch On 10/5/21 4:11 PM, Alonso Del Arte wrote: For what it's worth, I think that was also the behavior in 8.2 and 11.1 (I'm still on 11.2, long story). Al On Tue, Oct 5, 2021 at 4:14 PM Mitch Claborn

Re: NetBeans 12.5 - change in code completion pop for "new" ?

2021-10-05 Thread Alonso Del Arte
For what it's worth, I think that was also the behavior in 8.2 and 11.1 (I'm still on 11.2, long story). Al On Tue, Oct 5, 2021 at 4:14 PM Mitch Claborn wrote: > I upgraded from 12.0 to 12.5. When I type "new ClassName" using > ctrl+Space in the middle of the class name to finish the class name

NetBeans 12.5 - change in code completion pop for "new" ?

2021-10-05 Thread Mitch Claborn
I upgraded from 12.0 to 12.5. When I type "new ClassName" using ctrl+Space in the middle of the class name to finish the class name, I'm pretty sure that NB 12.0 was automatically showing the various constructors in a code completion pop-up, while NB 12.5 requires me to hit ctrl + Space again.