Gradle based project won't load. How to investigate it or see compiler output?

2020-04-28 Thread Emilian Bold
Hello, I have a Gradle based project that won't load in any version of NetBeans, including the 12 beta. The notification shown says: > Compilation failed; see the compiler output for details. > Execution failed for task: '' > Execution failed for task: '' > Could not run build action using Gradle

RE: Quirks when running Netbeans 11.3 on a laptop

2020-04-28 Thread John Brice
I’ve had similar problems on Windows 10, netbeans 11.0 – 11.3 and JDK 12/13. Line numbers disappear and nodes in the Projects pane go missing or become unresponsive. I’ve changed my power settings to ‘never sleep’ but I still get the same issues if I leave netbeans for a long time (1 – 2 hours

Qt 5.14 on NetBeans 8.1 Code completion

2020-04-28 Thread Daniel Santos
Hello all, I have started a Qt 5.14 project on NetBeans 8.1 on a mac running mojave. I can build/run the code, but the Qt code completion is not working. I have tried adding the directories with the headers in the preferences but it doesn’t work. Does anybody have any idea / suggestion on how t

C++ compiler gone weird, flags errors

2020-04-28 Thread Brenden Towey
Hi folks, I wonder if I could get some help with an issue I'm having.  I have NetBeans 11.1 and the C++ module installed for Cygwin.  I think at some point I updated my Cygwin installation (using the standard install tool for Cygwin) and now NetBeans reports errors everywhere. For example, thi

Re: Nested FXML controller generation problem

2020-04-28 Thread Archibald Wiborg
Edit: Formatting is fixed now. Hello Netbeans Users, currently playing around with JavaFX FXML files and automatic controller generation in Netbeans. This works quite good (simply clicking "Make Controller" in the context menu of  the FXML file). However, I'm ecountering a problem when using n

Nested FXML controller generation problem

2020-04-28 Thread Wiborg
Hello Netbeans Users, currently playing around with JavaFX FXML files and automatic controller generation in Netbeans. This works quite good (simply clicking "Make Controller" in the context menu of  the FXML file). However, I'm ecountering a problem when using nested/included FXML files and t