Re: Mysql [mysql] and Netbeans [java]

2021-11-30 Thread James Ostrowick
I’ve seen this happen before, especially on a linux machine, I usually just make sure that the entity has this at the top: @Entity @Table(name = “accounts”) i.e. ensure that the declaration for the table is in the correct case. Kind Regards, James Ostrowick > On 30 Nov 2021, at 22:49, Ni

Re: NB taking up 200% CPU checking for external changes :-(

2021-10-20 Thread James Ostrowick
I’ll happily upvote this issue. It’s been happening for a long time and is present on 12.5 as well. I’m virtually at the point on giving up because of this problem and switching to another IDE Sent from my iPhone > On 20 Oct 2021, at 18:54, Thomas Wolf wrote: > >  > I have NB 12.4, but I

Re: HTML Disable Auto Completion 12.4

2021-07-11 Thread James Ostrowick
Nope, this was a Mac. Mac OS X 11.4 Netbeans 12.4 Kind Regards, James Ostrowick > On 12 Jul 2021, at 08:26, Geertjan Wielenga > wrote: > > Maybe it's Windows specific? > > On Mac, trying really hard, but not able to reproduce. > > Gj > > On Mon, Jul

Re: HTML Disable Auto Completion 12.4

2021-07-11 Thread James Ostrowick
I know exactly what John is talking about. If you hit enter at this point(in the attached image) It will complete the element This happens in HTML/XHTML files. Kind Regards, James Ostrowick > On 12 Jul 2021, at 08:13, Geertjan Wielenga > wrote: > > Nope, that's nev

Re: Maven NB module cannot be run using Open JDK 11

2021-07-01 Thread James Ostrowick
3.1.2 Since I also build to a war file: org.apache.maven.plugins maven-war-plugin 3.3.1 I found that the default plugins were at version 2.x.x or something and would not work with JDK > 8 Kind Regards, James Ostrowick > On 01 Jul 20

Re: ^H not working for Replace function on MacOS

2021-06-20 Thread James Ostrowick
Hi Will, What I’ve found is that you first have to use Command-F (Find) once you’ve entered some text into the find field, you can only then do Ctrl-H to replace. Do Ctrl-H by itself does NOT work. Kind Regards, James Ostrowick > On 08 Jun 2021, at 18:59, Will Hartung wrote: > >

Re: NetBeans hanging

2020-12-08 Thread James Ostrowick
b.com/junichi11/netbeans-rainbow-braces/issues/11 > > @Junchi if you see this – happy to help with any debugging! > > From: Luff,Chris > Date: Tuesday, 8 December 2020 at 14:44 > To: James Ostrowick , Luff,Chris > > Cc: NetBeans Users , d...@netbeans.apache.org >

Re: NetBeans hanging

2020-12-08 Thread James Ostrowick
+1 to this - have exactly the same issue (same config too) > On 08 Dec 2020, at 14:19, Luff,Chris wrote: > > Well, after changing to the release version and running net.java.openjdk.cmd > “AppleWindowTabbingMode” to prevent full screen tabs that caused hangs - I am > getting some odd behaviou

Re: Mouse quirks

2020-04-30 Thread James Ostrowick
I’m so glad someone else is having this problem! I thought it was just me. It drives me nuts trying to create a debug breakpoint as well, sometimes I have to click several times to get it to acknowledge the breakpoint insertion. What I have noticed is that it if you click, pause for about a seco

Re: WildFly plug-in for NetBeans 11.1?

2019-11-01 Thread James Ostrowick
Thanks Gj > On 01 Nov 2019, at 09:07, Geertjan Wielenga wrote: > > http://plugins.netbeans.org/plugin/76472/wildfly-application-server > <http://plugins.netbeans.org/plugin/76472/wildfly-application-server> > Yes, there is, see above. > > Gj > > On Fri, 1 N

Re: WildFly plug-in for NetBeans 11.1?

2019-10-31 Thread James Ostrowick
No, not at the moment. You can however download the 8.2 plugin and use that (I currently do) it works perfectly even with WF 17 (18 is now most recent version) http://plugins.netbeans.org/plugin/5/wildfly-application-server

Re: Dark Mode / Mac OS X Catalina

2019-10-12 Thread James Ostrowick
In the meantime you can install the Darcula plugin > http://plugins.netbeans.org/plugin/62424/darcula-laf-for-netbeans > <http://plugins.netbeans.org/plugin/62424/darcula-laf-for-netbeans> which I > think also works for 11.1 > > --emi > > > On Sat, Oct 12, 2019 at 1

Dark Mode / Mac OS X Catalina

2019-10-12 Thread James Ostrowick
Hi, Has anyone else downloaded and run NB in Catalina in Dark mode? I’m struggling with it to get the colours even something close to useable. Some of the items in things like template manager are virtually invisible And even the project browser its a grey background with white text. This happe

Re: Missing JSF Components in 11.1

2019-10-01 Thread James Ostrowick
No, its not there, however, if you have a maven project its pretty easy to just add Primefaces- the IDE recognises the XHTML annotation. So just add to maven org.primefaces primefaces 7.0 Then in each xhtml page you just need: xmlns:p="http:

Re: [ANNOUNCE] Apache NetBeans 11.1 released

2019-07-22 Thread James Ostrowick
Excellent - now we just need to get WildFly / JBoss working. > On 22 Jul 2019, at 13:09, Neil C Smith wrote: > > The Apache NetBeans team is pleased to announce the release of Apache > NetBeans 11.1. Apache NetBeans is a full IDE for Java SE, Java EE, > PHP and JavaScript development with some

Re: Netbeans 11 doesn't recognize some attributes of primefaces component

2019-07-02 Thread James Ostrowick
Hi, I’m pretty sure that autoResize is an attribute of the inputTextarea not inputText and inputNumber (So the editor is correct) > On 02 Jul 2019, at 16:46, Cisco505 wrote: > > I'm getting this error in the editor view, > > > > The view is a facelet and the composition is : > > > > The