Re: NB 12.2 Highlights

2020-12-08 Thread Thomas Kellerer
Ah, great. Thanks. Laszlo Kishalmi schrieb am 08.12.2020 um 20:20: It is possible to disable it: Tools > Options > Miscellaneous > Janitor On 12/8/20 11:02 AM, Thomas Kellerer wrote: Brenden Towey schrieb am 08.12.2020 um 18:31: 2. The "janitor" that checks old installs and cleans them up is

Re: NB 12.2 Highlights

2020-12-08 Thread Laszlo Kishalmi
It is possible to disable it: Tools > Options > Miscellaneous > Janitor On 12/8/20 11:02 AM, Thomas Kellerer wrote: Brenden Towey schrieb am 08.12.2020 um 18:31: 2. The "janitor" that checks old installs and cleans them up is useful idea. Actually I would like to disable that. It also compl

Re: NB 12.2 Highlights

2020-12-08 Thread Thomas Kellerer
Brenden Towey schrieb am 08.12.2020 um 18:31: 2. The "janitor" that checks old installs and cleans them up is useful idea. Actually I would like to disable that. It also complains that I haven't used VisualVM for a while. And I purposely keep an old NetBeans 8.0 installation around. So I get

NB 12.2 Highlights

2020-12-08 Thread Brenden Towey
So I often post problems with NB here, I thought I'd talk about some of the features in 12.2 I like: 1. The new "Dark" themes are nice and look good.  Only just started using them but the feature is welcome. 2. The "janitor" that checks old installs and cleans them up is useful idea.  It che

Re: NetBeans hanging

2020-12-08 Thread James Ostrowick
@chris. No it happened on opening an existing maven web project. It didn’t even show anything in the project explorer. I’ll have another try tomorrow and see if I can reproduce. I also did not “import previous settings” Sent from my iPhone > On 08 Dec 2020, at 17:16, Luff,Chris wrote: > >  >

Re: NetBeans hanging

2020-12-08 Thread Luff,Chris
@James do you happen to have Junchi’s Rainbow Braces plugin installed? As soon as I installed it, the Lombok classes failed to open for me causing the hang. I uninstalled the plugin and everything began working again. Logged a report to Junchi - https://github.com/junichi11/netbeans-rainbow-brac

Re: Mouse quirks

2020-12-08 Thread Peter
I can add a little to this. I am a beginner at java and dabble a little in swing. My environment is Mac OS 10.15.7, Netbeans 12.1. I have had problems setting breakpoints in Netbeans debug like everyone else in all releases. I have also found mouse clicks in swing applications I have dabbled in

Re: NetBeans hanging

2020-12-08 Thread Luff,Chris
So, in my case anyway, I can recreate when I have Lombok annotations. Junit annotation do not cause the same behaviour and files with no annotations open normally. Cleaned up NetBeans again, enabled only the base Java modules and built the project. Low and behold the Lombok classes open again,

Logging

2020-12-08 Thread HRH
Hi, The "insert code" from the context menu has an option to add code to create an instance of a Logger class. Is there a way to have Netbeans IDE to automatically insert Logger.entering() and Logger.existing() in the methods of Java classes (I am using NB 12.1)? Thanks

Re: NetBeans hanging

2020-12-08 Thread James Ostrowick
+1 to this - have exactly the same issue (same config too) > On 08 Dec 2020, at 14:19, Luff,Chris wrote: > > Well, after changing to the release version and running net.java.openjdk.cmd > “AppleWindowTabbingMode” to prevent full screen tabs that caused hangs - I am > getting some odd behaviou

NetBeans hanging

2020-12-08 Thread Luff,Chris
Well, after changing to the release version and running net.java.openjdk.cmd “AppleWindowTabbingMode” to prevent full screen tabs that caused hangs - I am getting some odd behaviours. Every now and again I am getting hangs with no obvious cause. In the hang that just occurred, EntityReport.java