Refactoring - field encapsulation.

2019-08-13 Thread Greenberg, Gary
I am using this feature of Netbeans very often. In prior versions fields that already have getters and/or setters were marked with gray dots on the popup screen. I do not see them in version 11.1 Was it removed intentionally or I need to tweak some settings to see it? Gary Greenberg Staff Softwar

Re: Netbeans parser state of art ?

2019-08-13 Thread Abossolo Foh Guy
Thank you so much for advice. Guy. -- Le 2019-08-12 23:45, Geertjan Wielenga a écrit : On Mon, Aug 12, 2019 at 5:28 PM Abossolo Foh Guy wrote: First, I wanted to write a Java class like swing JEditorPane with mathematica

Re: Javadoc popup works, but "Show Javadoc" does not.

2019-08-13 Thread Peter Toye
Dear Neil, Sorry, no. Still "Cannot perform Javadoc here". But shift-F1 works OK (as it did before). Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com - Tuesday, August 13, 2019, 11:57:11 AM, you wrote: > On Tue, 13 Aug 2019 at 11:38, Peter Toye > wrote: >>

Re: Javadoc popup works, but "Show Javadoc" does not.

2019-08-13 Thread Neil C Smith
On Tue, 13 Aug 2019 at 13:45, Thomas Kellerer wrote: > > Neil C Smith schrieb am 13.08.2019 um 12:57: > > Does making that > > https://docs.oracle.com/en/java/javase/12/docs/api/java.base/ (kind > > of) work for you? > > No, that does not make a difference (and I would prefer the local JavaDocs >

Re: Javadoc popup works, but "Show Javadoc" does not.

2019-08-13 Thread Thomas Kellerer
Neil C Smith schrieb am 13.08.2019 um 12:57: > Does making that > https://docs.oracle.com/en/java/javase/12/docs/api/java.base/ (kind > of) work for you? No, that does not make a difference (and I would prefer the local JavaDocs anyway) What I understand why the popup works just fine, but not th

Re: Javadoc popup works, but "Show Javadoc" does not.

2019-08-13 Thread Neil C Smith
On Tue, 13 Aug 2019 at 11:38, Peter Toye wrote: > I have a similar problem, but with the Oracle JDK. I specify the Javadoc > index as >https://docs.oracle.com/en/java/javase/12/docs/api/ Does making that https://docs.oracle.com/en/java/javase/12/docs/api/java.base/ (kind of) work for you

Re: Javadoc popup works, but "Show Javadoc" does not.

2019-08-13 Thread Peter Toye
Dear Thomas, I have a similar problem, but with the Oracle JDK. I specify the Javadoc index as https://docs.oracle.com/en/java/javase/12/docs/api/ Also using NB 11.1 on Windows. Maybe Alt-F1 is broken in 11.1?? Best regards, Peter mailto:netbe...@ptoye.com www.ptoye.com -

Re: Javadoc popup works, but "Show Javadoc" does not.

2019-08-13 Thread Thomas Kellerer
Does nobody have an idea what's wrong with my installation? Thomas Thomas Kellerer schrieb am 29.07.2019 um 08:45: > Using NetBeans 11.1 on Windows. > > I have a strange behaviour with displaying Javadoc help for methods from the > JDK. > > The code completion (Ctrl-Space) displays the little J