C/C++ Plugin: shorten the destination path

2023-06-30 Thread Geert Vancompernolle
I'm using the NetBeans C/C++ plugin to develop and run applications on a Raspberry Pi (using NB17 for the moment).  All works fine: remote compiling, remote debugging, etc... One thing, however, is extremely annoying: the length of the path where NetBeans stores its information on the

C/C++ plug-in: no linefeed in output window

2023-05-21 Thread Geert Vancompernolle
Just started today using the C/C++ plug-in.  Got it from NB8.2 since the plug-in has not been updated (yet?) for more recent NB's. All is working fine except that the following commands:     retval = wiringPiI2CWriteReg8(fd, 0x00, 0x80);     printf("Writing IODIR_A = [0x%02X].\n", (unsigned

Re: Console: ascii characters not shown correctly

2023-05-21 Thread Geert Vancompernolle
days to create some "graphish" intro screens and menus). I went back to "+---+" and "|" characters to draw my box. -- Best rgds, Geert On 03/05/2023 13:11, Neil C Smith wrote: On Mon, 1 May 2023 at 16:47, Geert Vancompernolle wrote: I have the fo

Console: ascii characters not shown correctly

2023-05-01 Thread Geert Vancompernolle
I have the following line in my Java application: mLogger.info("╔╗"); but I see this in the debug console of NB17: 01-05-2023 17:43:22 INFO HomeControl -

Re: [java] Netbeans 16 platforms

2022-12-11 Thread Geert Vancompernolle
rds, michael On 10.12.22 17:53, Geert Vancompernolle wrote: Follow this <https://netbeans.apache.org/kb/docs/java/javase-embedded.html> meticulously. The most important thing you should take care of is that the JDK version selected for your Netbeans project on your Windows (or whatever) m

RE: Re: [java] Netbeans 16 platforms

2022-12-10 Thread Geert Vancompernolle
ike the config import did work in your case or did you patch > something? > > -mbien > > > > On 10.12.22 16:00, Geert Vancompernolle wrote: > > Ok, found the issue myself.  Everything is

Re: [java] Netbeans 16 platforms

2022-12-10 Thread Geert Vancompernolle
Ok, found the issue myself.  Everything is working fine again, I can see all my remote platforms. -- Best rgds, Geert On 08/12/2022 16:54, Geert Vancompernolle wrote: Hi, I just upgraded Netbeans from 12.5 to 16.  I have quite a few Remote Java SE platforms (connecting to different

[java] Netbeans 16 platforms

2022-12-08 Thread Geert Vancompernolle
Hi, I just upgraded Netbeans from 12.5 to 16.  I have quite a few Remote Java SE platforms (connecting to different Raspberry Pi SBCs) and they all work perfect with Netbeans 12.5. However, if I create a new Java project in Netbeans 16 and I want to connect the project to one of the Remote