Re: static initializer block not called from within NB

2021-06-08 Thread Torsten Römer
I played with that as well with 12.4 and OpenJDK 11 and the very first time I did "Run File" the static initializer got called, then not again. After a "Clean" however, it does get called again. Cheers, Torsten Am Dienstag, Juni 08, 2021 23:56 CEST, schrieb Thomas Wolf :  Hi again,I installed

Re: ^H not working for Replace function on MacOS

2021-06-08 Thread Will Hartung
On Tue, Jun 8, 2021 at 11:21 AM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > > Can we start by seeing if it works for you after changing the keymapping, > and then investigate further from there? > Yes, that works. Curiously when I go to the shortcut field, I hold down CTRL and

Re: ^H not working for Replace function on MacOS

2021-06-08 Thread Geertjan Wielenga
Can we start by seeing if it works for you after changing the keymapping, and then investigate further from there? Gj On Tue, 8 Jun 2021 at 20:07, Will Hartung wrote: > > > On Tue, Jun 8, 2021 at 10:03 AM Geertjan Wielenga < > geertjan.wiele...@googlemail.com> wrote: > >> You could map it to a

Re: ^H not working for Replace function on MacOS

2021-06-08 Thread Will Hartung
On Tue, Jun 8, 2021 at 10:03 AM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > You could map it to a different key combination? > Of course I could, but that's not the question. Something Changed from a clean 12.4 and whatever my current settings are, and are not restored via a "

Re: ^H not working for Replace function on MacOS

2021-06-08 Thread Geertjan Wielenga
You could map it to a different key combination? Gj On Tue, 8 Jun 2021 at 18:59, Will Hartung wrote: > This is not new, it's been sort of plaguing me for some time, across NB > versions, across OSes. > > Simply, Ctrl-H does not work for the Search/Replace function. > > I press Ctrl-H and I just

^H not working for Replace function on MacOS

2021-06-08 Thread Will Hartung
This is not new, it's been sort of plaguing me for some time, across NB versions, across OSes. Simply, Ctrl-H does not work for the Search/Replace function. I press Ctrl-H and I just get a beep. I have my Caps Lock key bound as my Ctrl Key, but that's not it as all of the other Ctrl combinations

Re: Fix imports (Ctrl+Shift+I)

2021-06-08 Thread Paulo Toledo
Hi Thomas, Killed the riddle! I tested it here and that's really what happens. Thank you very much for the feedback. Regards Paulo Toledo - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e

Re: Fix imports (Ctrl+Shift+I)

2021-06-08 Thread Thomas Kellerer
This seems to only happen with Ant projects. Maven projects don't seem to have this problem. If you expand the "JDK 11" node below the "Java dependencies" in the Ant project it shows the modules with the little blue icon but fails to include java.sql This is how the expanded JDK 11 node (in th