Re: Update to NetBeans 25 with all projects and settings

2025-03-02 Thread Claus Lüthje
Exporting the configuration from NetBeans 21 and importing it in NetBeans 25 worked well. Thanks for your support. Regards Claus > Am 03.03.2025 um 07:49 schrieb Michael Bien : > >  >> On 03.03.25 07:32, Claus Lüthje wrote: >> Hi Michael >> My current version is Netbeans 21. >> I wasn’t asked,

Re: Update to NetBeans 25 with all projects and settings

2025-03-02 Thread Michael Bien
On 03.03.25 07:32, Claus Lüthje wrote: > Hi Michael > My current version is Netbeans 21. > I wasn’t asked, if I want to import projects and settings. > I wasn’t aware, there was a limit of how many releases can maximally get > skipped. > Would it suffice to jump for 21 to 23 and then up to 25

Re: Update to NetBeans 25 with all projects and settings

2025-03-02 Thread Claus Lüthje
Hi Michael My current version is Netbeans 21. I wasn’t asked, if I want to import projects and settings. I wasn’t aware, there was a limit of how many releases can maximally get skipped. Would it suffice to jump for 21 to 23 and then up to 25? Thanks a lot. Regards Claus > Am 03.03.2025 um 06

Re: How to display the "favorites bar" for a file chooser in a platform application?

2025-03-02 Thread Michael Bien
On 01.03.25 21:32, avaluedcusto...@freenet.de wrote: > No change for me. I guess I somehow need to define the NetBeans favorites to > make that panel appear. > > But my application has not UI for setting favorites, and I hoped that it > would be possible to manage > them through the panel in the

Re: Update to NetBeans 25 with all projects and settings

2025-03-02 Thread Michael Bien
are you saying it didn't ask if it should import the previous configuration on first launch? Did you skip a few NB releases? Since there is a limit how large the gap can be for the auto-importer. -mbien On 03.03.25 06:31, Claus Lüthje wrote: > Hi all > I’m using NetBeans for ages and I was sur

Update to NetBeans 25 with all projects and settings

2025-03-02 Thread Claus Lüthje
Hi all I’m using NetBeans for ages and I was sure, when updating NetBeans it imported all project settings and plugins from earlier versions it found on the machine (Windows). I have different project groups and I’d be happy to import those too. In the past it was very easy to update NetBeans a

Re: C/C++ Support

2025-03-02 Thread Ulf Zibis
Hi Brad, it seems you have good luck with it. I have set up a small C project with NB 24 on Ubuntu to build a library. Package ccls is installed. Must i be somehow registered in NB? The build command is: cc -s -ggdb -shared -fPIC media.c -o libmedia.so When I set a breakpoint at some line and