Re: Refactor renaming hardly works anymore

2020-02-26 Thread Emilian Bold
My 2c: there are multiple levels to tweak this starting from "should Compile on Save be enabled by default" to "remove all code". As a feature to me "Apply Code Changes" seems separate from "Compile-on-Save" although they might use some common plumbing. --emi On Wed, Feb 26, 2020 at 5:31 PM

Re: Apache Netbeans 11.2 Availablility for ARM64 (Raspberry Pi 4B)?

2020-02-26 Thread John G. Weed
Many, many thanks to all for the inputs thus far. Sincerely appreciated. My end-game, to put all cards on the table for a sanity check, is to be able to run the Netbeans 11.2 IDE with C/C++ plugin, on the Raspberry Pi 4B 4GB, running the 64-bit Ubuntu 18.04.4 LTS operating system and the

Re: Apache Netbeans 11.2 Availablility for ARM64 (Raspberry Pi 4B)?

2020-02-26 Thread Hans Grimmelshausen HG
Hello John, Since (the important parts of) Netbeans is written in Java, it runs well on the Raspberry Pi. I haven't checked it explicitly on the Pi4, but I used to use Netbeans a lot on the Pi3. There I just copied the unpacked platform independent Netbeans zip archive from my x86 Linux

Apache Netbeans 11.2 Availablility for ARM64 (Raspberry Pi 4B)?

2020-02-26 Thread John G. Weed
Does the download link Apache-NetBeans-11.2-bin-linux-x64.sh ( SHA-512 , PGP ASC

Re: Null-pointer exception because of javac hints, with non-installed nb-javac plug-in

2020-02-26 Thread Hans Grimmelshausen HG
Hello Geertjan, Thanks for your hints and help. I just opened my first bug-issue on Apache. In case anybody is affected by this bug, too, or would like to vote for it, please see here: https://issues.apache.org/jira/browse/NETBEANS-3919 Since it's related to the non-installed nb-javac

RE: Refactor renaming hardly works anymore

2020-02-26 Thread Eirik Bakke
Wait--why would we get rid of Compile-on-Save? Are you guys building your projects on every run? And how would "Apply Code Changes" work in the debugger without Compile-on-Save? -- Eirik -Original Message- From: Emilian Bold Sent: Tuesday, February 25, 2020 10:04 AM To: Neil C Smith

RE: Windows subsystem Linux Terminal in NB

2020-02-26 Thread Eirik Bakke
I do use WSL myself quite a lot, and I used to use Cygwin before, though never from NetBeans. I think it should be possible to configure WSL to allow SSH connections to localhost. Then you could connect NetBeans to WSL via SSH. -- Eirik From: Krishna Mohan Sent: Wednesday, February 26, 2020

generated code

2020-02-26 Thread Glenn Holmer
There was an interesting question in #netbeans IRC on Freenode: "Is there a template for the (Java) generated hashcode, equals, and toString methods that I can edit so that it conforms to my required style?" Does anybody know the answer? -- Glenn Holmer (Linux registered user #16682) "After

Windows subsystem Linux Terminal in NB

2020-02-26 Thread Krishna Mohan
Dear list I use CygWin under Netbeans from 8.2 (Windows64 version) and it works really nice (as like Bash terminal under a Linux based NB). My question: Now Windows OS support WSL (Windows subsystem for linux), which is more powerful and more compatible than CygWin for native Linux application

Re: Null-pointer exception because of javac hints, with non-installed nb-javac plug-in

2020-02-26 Thread Geertjan Wielenga
Best to put all this into a new issue so that it can be tracked, the info you have here is perfect for an issue. Gj On Wed, 26 Feb 2020 at 13:36, Hans Grimmelshausen HG wrote: > Am 26.02.20 um 12:09 schrieb Hans Grimmelshausen HG: > > 5) Create a new Swing GUI form class, add to it with

Re: Null-pointer exception because of javac hints, with non-installed nb-javac plug-in

2020-02-26 Thread Hans Grimmelshausen HG
Am 26.02.20 um 12:09 schrieb Hans Grimmelshausen HG: 5) Create a new Swing GUI form class, add to it with Netbeans' GUI designer a visual component which can have an action event, like a JCheckBox, then register an action event, i.e. double click on the JCheckBox component, so that NB creates

Null-pointer exception because of javac hints, with non-installed nb-javac plug-in

2020-02-26 Thread Hans Grimmelshausen HG
Hello Geertjan and other Netbeans users, Problem description: In NB with uninstalled nb-javac plug-in, whilst editing in a Java source file, a few seconds later NB raises a Null-pointer exception; its stacktrace I attach below. With a fresh NB profile I imported step by step the formerly