Re: Mouse quirks

2020-04-29 Thread Owen Thomas
On Thu, 30 Apr 2020 at 14:07, Alan wrote: > Under intermittent circumstances, mouse clicks seem to need to be > extremely precise. For example on closing a document, I get the red box > hover highlight around the "X" to close a document, but unless I click > in exactly the right place within

Re: Quirks when running Netbeans 11.3 on a laptop

2020-04-29 Thread Peter Steele
I'm running Ubuntu 19.10, 16 GB ram, hp Spectre x360 (integrated Intel graphics), open jdk 13, netbeans 11.3 (downloaded not snap) with no extra packages, I use gradle as part of standard package. On Thu, 30 Apr 2020, 04:43 Laszlo Kishalmi, wrote: > I think it would be good if you could provide

Mouse quirks

2020-04-29 Thread Alan
The question about odd laptop quirks has reminded me. Does anyone else experience this... Under intermittent circumstances, mouse clicks seem to need to be extremely precise. For example on closing a document, I get the red box hover highlight around the "X" to close a document, but unless I

Re: Quirks when running Netbeans 11.3 on a laptop

2020-04-29 Thread Alan
I'm running Windows 10, Java 13.0.2 on a laptop that gets locked but never put to sleep and have noticed the "line numbers disappear" and "locked focus" issues, but not the other issues. In every case an IDE restart has solved the problem. I don't use tablet mode, although I have an external

Re: Quirks when running Netbeans 11.3 on a laptop

2020-04-29 Thread Laszlo Kishalmi
I think it would be good if you could provide some details of your laptop, like make, video card, OS, RAM, DISK, used JVM used NetBeans package, etc. I myself running NetBeans on my Laptop, which is a System76 GalagoPro, Intel internal and AMD external GPU, using Ubuntu 18.04, 32Gb RAM, have

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

2020-04-29 Thread Peter Steele
Run the build on the command line to see if it's a netbeans issue, if it is then run with With --info or --debug (logging levels) or with --stacktrace to get the stack trace info of the build failure. If it works on the command line then you need to setup gradle properly in netbeans. On Wed, 29

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

2020-04-29 Thread Laszlo Kishalmi
Hi Emi! Could you make the build skeleton of the project zipped and added to a JIRA Issue, I'd be curious what is happening there. Yes the notification is rendered to a JLabel. I could try to put that into an JEditor instead, to be selectable. On 4/28/20 11:29 PM, Emilian Bold wrote:

C++ 8.2 plugin install error in NetBeans 11.3

2020-04-29 Thread Alex Mattucci
Hi guys, I’m having issues trying to install the C++ plugin from the 8.2 plugin portal in NetBeans 11.3. It says: The Plugin Installer found problem timeout of loading C/C++ Remote Development API[org.netbeans.modules.cnd.api.remote/1.29.5.1] Can you please help?!

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

2020-04-29 Thread Fred Welland
Not sure if this will helpI did point this out to this list a while back -- it didn't get traction. Comment applies to 11.3 - probably covers 12 too. It seems 11.3 using Gradle 6x tooling api for stuff including build file parsing/ingest. My inventory of gradle projects in 20+; some are

Re: Allowing classpath directory entries with /*

2020-04-29 Thread Thomas Kellerer
Thomas Kellerer schrieb am 26.04.2020 um 10:56: > Java has been supporting providing a classpath with a wildcard for quite some > time now, e.g.: > >    java -cp libs/* com.package.MyClass > > which is really usefull especially if you are using libraries with version > numbers. > > However in an

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

2020-04-29 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

RE: Quirks when running Netbeans 11.3 on a laptop

2020-04-29 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