Re: New Action template issue

2020-06-17 Thread Marco Rossi
Ok, I’ll follow your suggestion, thank you. Marco > Il giorno 17 giu 2020, alle ore 15:30, Geertjan Wielenga > ha scritto: > > > Yes, it’s a problem being worked on. > > In the meantime, just create your Action in 11.3 or earlier and copy it into > your project in 12.0. > > This only impac

Re: New Action template issue

2020-06-17 Thread Boris Heithecker
It's a known issue: https://issues.apache.org/jira/browse/NETBEANS-4365?page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel&focusedCommentId=17114232#comment-17114232 and should be fixed in 12.0.1 Boris On Wed, 17 Jun 2020 at 15:23, Marco Rossi wrote: > Hi guys, > I’ve instal

Re: New Action template issue

2020-06-17 Thread Geertjan Wielenga
Yes, it’s a problem being worked on. In the meantime, just create your Action in 11.3 or earlier and copy it into your project in 12.0. This only impacts the New Action wizard and is related to an upgrade of an underlying library. Gj On Wed, 17 Jun 2020 at 15:23, Marco Rossi wrote: > Hi guys,

New Action template issue

2020-06-17 Thread Marco Rossi
Hi guys, I’ve installed NetBeans 12.0 to start a new RCP project and I’ve got the following in the editor window after created a new Action with the NetBeans wizard. Anyone else has already got this? package com.cemit.hcsetup.platform; import java.awt.event.ActionEvent; import java.awt.event.Ac