Re: How to run/debug Integration Test class from contextual menu?

2022-01-17 Thread Arnaud bourree
Hi, Here it is my first contribution to NetBeans: https://github.com/apache/netbeans/pull/3470 Maybe to late for NB13. Regardes Arnaud Le jeu. 13 janv. 2022 à 15:40, Arnaud bourree a écrit : > Again thanks you William > > I said that custom action cannot provide workaround : that's false > >

Re: [C/C++] Unable to install and use clangd protocol server

2022-01-17 Thread Bradley Willcott
Try the following: NB: Tools -> Plugins -> Settings: Activate: Netbeans 8.2 Plugin Portal Switch to -> Updates: Click on: [Check for Updates] Switch to -> Available Plugins: Install: "C/C++" plugin Hope this helps. Brad. On 18/1/22 05:17, slipbits wrote: NB 12.5 Windows 7 Cygwin I'm trying

Re: Why model.clear not working?

2022-01-17 Thread Brad K.
Not sure if this question is appropriate for this mailing list, but... At the beginning of btnDispSavCurrActionPerformed, you call "storeAllAccountInfoinArrayList" ... this happens EVERY TIME you click this button. So the underlying list grows every time you click on the button. Since this a

Why model.clear not working?

2022-01-17 Thread Zulfi Khan
Hi,I am doing model .clear but still, listbox holds duplicate entries. I have problem in the function: private void btnDispSavCurrActionPerformed(java.awt.event.ActionEvent evt) Following is my JFrame derived class, Somebody please guide me. Zulfi. package com.mycompany.inher2rbuttarrlist2;

[C/C++] Unable to install and use clangd protocol server

2022-01-17 Thread slipbits
NB 12.5 Windows 7 Cygwin I'm trying to host all my C/C++ projects on Netbeans (because I like NB) and am having some difficulty. NB tools->options->C/C++ requires either a ccls or clangd protocol server. I downloaded clangd

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-17 Thread antonio
Pretty cool! The basic idea is to run the "buildall.sh" at [1], see where it fails (probably some #include's, etc.), fix it, build a binary and add the generated dylib? to the binary in the "external" directory. Please let me know if you need help, or if you want me to install you a bitcoin

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-17 Thread antonio
Pretty cool! The basic idea is to run the "buildall.sh" at [1], see where it fails (probably some #include's, etc.), build a binary and add the generated dylib? to the binary in the "external" directory. Please let me know if you need help, or if you want me to install you a bitcoin miner in

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-17 Thread Tim Mullé
Hi Neil, I copied the info over to https://github.com/apache/netbeans/issues/3467 Let me know if there is any other info you need Thanks everyone.. > On Jan 17, 2022, at 11:15 AM, Neil C Smith wrote: > > On Mon, 17 Jan 2022 at 07:57, antonio

Re: Blank Terminal window on M1 Mac with Netbeans 12.5

2022-01-17 Thread Neil C Smith
On Mon, 17 Jan 2022 at 07:57, antonio wrote: > Thanks for your report! > > It seems we're not contemplating the new M1 Apple computers. Since not > all of us have access to one of these, I've just invested in an M1 mac mini for testing purposes so will also try and have a look at this. > would y