Re: Error Highlighting in NetBeans Editor

2021-05-08 Thread Andy Turner
Oh good, sounds like you had managed to find a keyboard shortcut to modify some settings. Glad you got things working again. I suppose you could have always re-installed. Not sure if there is a "reset to default" option, but that might have helped. Anyway, for reference (on Windows and possibly

Re: Re: hashCode: same every run?

2021-05-08 Thread Eric Bresie
Maybe can check each hashCode to see how they calculate it https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/lang/Object.java https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/lang/String.java Eric Bresie ebre...@gmail.com (mailto:ebre...@gma

Re: Re: NetBeans 8 app flickering/uncontrolled window movement on Alienware Dell - anyone seen this ?

2021-05-08 Thread bruehlicke
All Swing. On Sat, May 8, 2021 at 11:33 AM Eric Bresie wrote: > Wanted to confirm...is this Swing or JFX? If jfx that was deprecated > along the line. > > Eric Bresie > ebre...@gmail.com > > On May 7, 2021 at 11:35:17 AM CDT, bruehlicke > wrote: > I was able to capture the behavior on video ..

Re: Error Highlighting in NetBeans Editor

2021-05-08 Thread Judi Rastall
Hi, Not sure where to find the cache but I checked my Plugins - I've never looked in there before - and clicked a couple of likely looking options and lo and behold I'm back in business. Not at all sure what happened or what I did but I can now get on with things again. Judi On 08/05/2021

Re: Error Highlighting in NetBeans Editor

2021-05-08 Thread Andy Turner
Hi Judi, This might not work, but try closing down Netbeans, then deleting the cache and then restarting Netbeans. It may take a while to restart and scan everything, but this might work. In the past I have had Netbeans continue to highlight issues that are no longer issues and this was the fix

Private project files easily out of sync when reverting with Git

2021-05-08 Thread R. Diez
Hi all: I have an Ant-based project that I created many years ago with NetBeans. I have been upgrading it together with NetBeans. I am using NetBeans version 12.0 now. I recently added a command-line argument for my application at this location: Right-click on the project, "Properties", "Run",

Error Highlighting in NetBeans Editor

2021-05-08 Thread Judi Rastall
I am pulling my hair out on this one. I am using Apache NetBeans IDE 12.3 and have always loved it ... until recently. It always used to highlight warnings in my code with yellow underlining and errors with red underlining and there would be little coloured ticks down the right-hand margin alon

Re: Re: NetBeans 8 app flickering/uncontrolled window movement on Alienware Dell - anyone seen this ?

2021-05-08 Thread Eric Bresie
Wanted to confirm...is this Swing or JFX? If jfx that was deprecated along the line. Eric Bresie ebre...@gmail.com (mailto:ebre...@gmail.com) > On May 7, 2021 at 11:35:17 AM CDT, bruehlicke (mailto:bruehli...@gmail.com)> wrote: > I was able to capture the behavior on video ... attached. Current