Control-shift-P.

2021-03-24 Thread Owen Thomas
I accidentally pressed control-shift-p while in the implementation of a method from an anonymous inner class, and discovered, somewhat to my surprise, that I was taken to the methods declaration. Is this the intended purpose of this keystroke, or is there more to it? Where can I find out? Thanks,

Re: master password

2021-03-24 Thread Glenn Holmer
On 3/24/21 1:51 PM, Boris Heithecker wrote: Run qdbus org.kde.kwalletd5 /modules/kwalletd5 org.kde.KWallet.isEnabled If it returns true, NetBeans will deem your wallet enabled. root@greyhand:~ # which qdbus root@greyhand:~ # dpkg -l | grep -i wallet root@greyhand:~ # -- Glenn Holmer (Linux r

Re: master password

2021-03-24 Thread Boris Heithecker
Run qdbus org.kde.kwalletd5 /modules/kwalletd5 org.kde.KWallet.isEnabled If it returns true, NetBeans will deem your wallet enabled. Boris On Mon, 22 Mar 2021 at 20:18, Glenn Holmer wrote: > > On 3/22/21 12:45 PM, Neil C Smith wrote: > > On Mon, 22 Mar 2021 at 17:05, Boris Heithecker > > wrot

Re: AW: GUI for c++

2021-03-24 Thread František Kučera
Dne 24. 03. 21 v 12:24 Karl Stanger napsal(a): > > I mean a GUI to design forms/masks for my program. > > I need to design a form with some buttons, checkboxes, drop-down lists or > combo-boxes and 3 sliders. > When I do C++, I use CMake projects + Netbeans. And in case of GUI programs, I use Qt

Re: GUI for c++

2021-03-24 Thread Alonso Del Arte
What's your OS? Windows? Mac? Linux? Something else? You might have to buy a library if you don't care to reinvent this wheel. Al On Wed, Mar 24, 2021 at 7:25 AM Karl Stanger wrote: > I mean a GUI to design forms/masks for my program. > > I need to design a form with some buttons, checkboxes, d

Re: master password

2021-03-24 Thread Glenn Holmer
On 3/23/21 4:00 PM, Eric Bresie wrote: Sounded like somethings were reinstalled ..but did some of it not get reinstalled fully or is missing? FINE [org.netbeans.modules.keyring.gnome.GnomeProvider] java.lang.UnsatisfiedLinkError: Unable to load library 'gnome-keyring': libgnome-keyring.so: can

Re: Doesn't Help-->Check for Updates update 12.1 to 12.3?

2021-03-24 Thread Sean Carrick
LK > > but it's too early to say anything. > Too funny not to comment on this! It may be too early, but you said it anyway.:-P -SC - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: u

AW: GUI for c++

2021-03-24 Thread Karl Stanger
I mean a GUI to design forms/masks for my program. I need to design a form with some buttons, checkboxes, drop-down lists or combo-boxes and 3 sliders. Von: Gregor Kovač Gesendet: Mittwoch, 24. März 2021 11:54 An: Karl Stanger ; users@netbeans.apache.org Betreff: Re: GUI for c++ Hi, wha

Re: GUI for c++

2021-03-24 Thread Gregor Kovač
Hi, what do you mean by "Is a GUI available"? What GUI do you expect? A GUI for some C++ settings, a GUI to desing forms/masks for your program, ...? Bets regards,     Gregor Karl Stanger je 24. 03. 21 ob 11:45 napisal: Hello, I’m using Netbeans 12.3 with MinGW compiler for c++. Is a GUI

GUI for c++

2021-03-24 Thread Karl Stanger
Hello, I'm using Netbeans 12.3 with MinGW compiler for c++. Is a GUI available for this environment, e.g. as plugin? I know the one for Java but using this would force me to use Java. Would be great if you could help me! Karl Stanger www.stangerweb.de

Re: Java FX Project identity

2021-03-24 Thread Emma Atkinson
Changing project type is not straightforward. I suggest you migrate an old project's source and test files to construct a new project (of different type) the best way you can. My experience follows. A year or two ago I tried to change a console program into JFX 11 + JDK 11 program within Netbeans