Laszlo Kishalmi
Laszlo Kishalmi
Can't reproduce. Probably the Variables window was not able to be initialized. Any Exceptions in the IDE log?
Seems strange as assertions shall be switched off on release builds...
Please attach some self performance snapshot.
@eirikbakke It would be interesting to combine this one and #4572 just removing the register/unregister pairs, but do the additional fire event on `WINDOW_ACTIVATED`
Well, it was just: I've came across the `NbClipboard` searching for clipboard. Then checked, if there is some specific code for Windows as there is no such issue on Mac...
Also, again a suspect, what if the event type we are listening on is wrong. Shouldn't we use `WINDOW_LOST_FOCUS` and `WINDOW_GAINED_FOCUS` instead. That could explain: https://github.com/apache/netbeans/pull/4572#issuecomment-1277061538. So when NetBeans opens...
Well that API is ancient, from those times, when the Executable permissions could not be set by Java (pre-Java 6) without some magic. As a DevOps Engineer, I'm working with...
I hope I can make those minimal changes needed. The day is just started for me. If I can't make that happen, you are right, I'll move this to NB17.
Interesting. Thank you!
@eirikbakke you could also try to run the stock IDE with`-J-Dnetbeans.slow.system.clipboard.hack=false` or `-J-DTopSecurityManager.disable=true` the first one only disables the hack on the NBClipboard the second one does not use the...