Installing ccls on NB12.3

2021-03-25 Thread slipbits
Win 7-64 OS I'm trying to run a C/C++ project with NB. C/C++ plugin information indicates that ccls needs to be installed, and ccls indicates LLVM needs to be installed. I've installed LLVM but am having difficulty downloading  ccls, I use Cygwin git vrs. 2.30.1. No variant of the POSIX downl

Re: Specify JVM arguments with Gradle

2021-03-25 Thread Laszlo Kishalmi
I think bootRun task is a JavaExec task which forks a VM That does not inherit the Gradle SystemProperties. In this case I have to say you need to customize your bootRun task in your build.gradle file. On 3/25/21 6:50 AM, Thomas Kellerer wrote: Hmm... I added -Dsomeprop=somevalue int

Re: Specify JVM arguments with Gradle

2021-03-25 Thread Thomas Kellerer
Hmm... I added -Dsomeprop=somevalue into the "Run action" so the initial "bootRun" became: -Dsomeprop=somevalue bootRun but inside the application System.getProperty("someprop") returns null. What am I missing here? Thomas Kellerer schrieb am 24.03.2021 um 07:20: > Thanks. > > Mark

Re: Control-shift-P.

2021-03-25 Thread Owen Thomas
On Thu, 25 Mar 2021 at 20:59, Jens Zurawski wrote: > To find out, what a specific Hot Key is doping, just focus the "Search > in Shortcuts" field and press the Hotkey (in your example Ctrl-Shift-P) > then you can see that its action is "Go to Super Implementation". You > then can define another H

Re: master password

2021-03-25 Thread Boris Heithecker
I don't have KWallet installed via package manager, too. But still "qdbus org.kde.kwalletd5 /modules/kwalletd5 org.kde.KWallet.isEnabled" returns "true", and this is the native command NetBeans uses to determine if KWallet is present. Check it in the sources at https://github.com/apache/netbeans/bl

Re: Control-shift-P.

2021-03-25 Thread Neil C Smith
On Thu, 25 Mar 2021 at 09:59, Jens Zurawski wrote: > you can get Information of all Hot Keys and redefine them as you want. > Just go into "Tools -> Options -> Keymap". And somewhat in reverse, also use the menus / editor popup menu to see shortcuts. eg. this specific one is listed next to the a

C++17 support

2021-03-25 Thread Marczell , Márton
Hi, Our development team has been using NetBeans for C++ development on Linux, using this guide: https://stackoverflow.com/a/59835093 to enable C++17 support. If I understand correctly, the plugin portal this guide recommends http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/arti

Re: Control-shift-P.

2021-03-25 Thread Jens Zurawski
Hi Owen, you can get Information of all Hot Keys and redefine them as you want. Just go into "Tools -> Options -> Keymap". To find out, what a specific Hot Key is doping, just focus the "Search in Shortcuts" field and press the Hotkey (in your example Ctrl-Shift-P) then you can see that its