Plugin for GitHub Copilot

2023-11-08 Thread Greenberg, Gary
Is there are any work in progress in the direction of creating such plugin for Netbeans? I know that such plugins exist for IntelliJ and Visual Studio. My company wants all developers to use Copilot, but I do not want to give up Netbeans. For quarter of a century I kind of get attached to this

Re: Netbeans with Bookworm

2023-11-08 Thread Michael Bien
On 08.11.23 14:59, Neil C Smith wrote: On Wed, 8 Nov 2023 at 13:34, Phil L wrote: Is there a version of NB that runs in Bookworm? I'm thinking of a new Pi5, but it only runs Bookworm and other IDE's do not run in Bookworm. 32bit or 64bit? as sidenote: raspis can run 64bit OSes. My old

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-08 Thread Ernie Rael
On 23/11/08 2:33 AM, Neil C Smith wrote: On Wed, 8 Nov 2023 at 06:29, Ernie Rael wrote: On 23/11/07 10:05 PM, Stephen Parry wrote: Already tried using latest daily build and now does work with much arm twisting (not sure yet if it needs the xml) . How do I access the RC specifically please?

Re: Netbeans with Bookworm

2023-11-08 Thread Neil C Smith
On Wed, 8 Nov 2023 at 13:34, Phil L wrote: > Is there a version of NB that runs in Bookworm? > > I'm thinking of a new Pi5, but it only runs Bookworm and other IDE's do > not run in Bookworm. 32bit or 64bit? There's a 32bit AppImage at https://www.codelerity.com/netbeans/ That package might

RE: Netbeans with Bookworm

2023-11-08 Thread Rob Walker
Can you run Java? NB will run most places that one of it's compatible JVMs is available (sometimes with a bit of tinkering) -R -Original Message- From: Phil L Sent: Wednesday, November 8, 2023 1:34 PM To: users@netbeans.apache.org Subject: Netbeans with Bookworm Is there a version of

Netbeans with Bookworm

2023-11-08 Thread Phil L
Is there a version of NB that runs in Bookworm? I'm thinking of a new Pi5, but it only runs Bookworm and other IDE's do not run in Bookworm. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional

Problem with NetBeans IDE 19

2023-11-08 Thread Nelligan, Steven M
I have been using version 19 for a while, but now I am facing an issue. On the tool bar, where you can select the configuration for a maven build, the profiles in the Pom file are not showing in the drop down list. If I right click the project and select “set configuration” they appear. This

Re: JPA controller classes wizard not finding JPA 3.0 or 3.1 Entities

2023-11-08 Thread Neil C Smith
On Wed, 8 Nov 2023 at 06:29, Ernie Rael wrote: > > On 23/11/07 10:05 PM, Stephen Parry wrote: > > Already tried using latest daily build and now does work with much arm > twisting (not sure yet if it needs the xml) . How do I access the RC > specifically please? > > The announcement is at > >

NetBeans Platform + Lombok + MapStruct

2023-11-08 Thread Andreas Ernst
Hi, i got an application based on RELEASE190 build with Maven. Now i wanted to add Lombok and MapStruct, after i did that i. e. the class Bundle.java is not generated anymore. But also the Menu for the TopComponents are not generated. Here is my POM for the main app, wo works: <...>