Re: Python in Netbeans 11.x

2020-05-13 Thread Darren Smith
Sadly this hasn't been updated for 5 years. On 13/05/2020 23:04, John Lavelle wrote: Try: http://www.nbpython.org/ Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk

Re: What is GLib and GtkWidget?

2020-05-13 Thread Bayless Kirtley
Here is another new error message from running an old Java program under 11.1 that always worked under 8.1. This seems related but I don't know what atk is. ** (java:4814): WARNING **: 15:13:57.601: jaw_impl_get_instance called from jaw_thread. If you are running a screen reader, this is

Two strange things

2020-05-13 Thread Alan
Last night, NB 11.3 started throwing seemingly random null pointer exceptions. New editor would open with a blank panel, although switching from source view to history view and back got the text to display. So I figured something died badly and used that "Restart IDE" plugin. This was followed

FindBugs

2020-05-13 Thread Eric Raymond
I am running into an issue when trying to install the plugin Findbugs with NetBeans 8.2 using java 1.8. I keep getting an error that states:  "There were some problems while storing Establishing a connection … Cause: Cannot resolve external reference to m2:/org:ow2:asm:asm-debug-all:5.0.2:jar"

Re: Python in Netbeans 11.x

2020-05-13 Thread Rik Scarborough
Thank you.  Still seems to be geared towards 8.x, but I see there is some recent updates.  I will try this out. On 5/13/20 10:04 AM, John Lavelle wrote: Try: http://www.nbpython.org/ Best regards, John j...@jql.co.uk Bike Farkles:

Re: Python in Netbeans 11.x

2020-05-13 Thread John Lavelle
Try: http://www.nbpython.org/ Best regards, John j...@jql.co.uk Bike Farkles: https://www.youtube.com/channel/UCPRV92Cf_R1ihviRtVU2teQ JLavelle.uk https://www.youtube.com/jlavelleuk On Wed, May 13, 2020 at 4:03 PM Rik Scarborough wrote: > Is Python supported, or will it be supported, as a

What is GLib and GtkWidget?

2020-05-13 Thread Bayless Kirtley
I'm still getting multiple error messages whenever I run a Java project under Netbeans 11.1 on Linux Mint 19.3, OpenJDK 8. These are samples of the messages. (java:3065): GLib-GObject-WARNING **: 08:52:31.588: ../../../../gobject/gsignal.c:1253: unable to lookup signal "window-state-event"

Python in Netbeans 11.x

2020-05-13 Thread Rik Scarborough
Is Python supported, or will it be supported, as a plugin for NetBeans 11? Thanks, -- ~ Rik /Believe in Good/

Compiler option

2020-05-13 Thread HRH
Hi,I am new to Netbeans. I have configured Netbeans 11.3 with JDK 14. I would like to compile my project in the IDE environment with a compiler option to show code details in exceptions " -XX:+ShowCodeDetailsInExceptionMessages". In the "Project properties"->Build->Compile, I do not see how I

Re: Apache NetBeans 11.3

2020-05-13 Thread Bayless Kirtley
I probably forgot to mention, these were all originally ant projects and I have left them that way. Bayless On 5/13/20 12:28 AM, Emilian Bold wrote: Might be your old Maven NBM modules perhaps? I think you can try to create a new Maven-based NBM and it will open. See how they pom.xml files

Re: Netbeans long pauses

2020-05-13 Thread Emma Atkinson
One thought crossed my mind. If you haven't done so already, it might be worthwhile examining the command that starts Netbeans IDE. I used to have wierd trouble I didn't understand. After some experimenting, I thought it was due to the build of the jdk in the distro I was using. It's now a habit