[Java] Migration From Eclipse Questions

2019-11-29 Thread Oron Subayi
Hi : ) Trying to migrate from Eclipse for my work environment, but there are 2 things I have in Eclipse that I can't find in NetBeans: 1. Different run configuration with different projects 2. Equivalent to Eclipse's "External Tools" - Variables that can be used as arguments like ${workspace_loc}

Re: Testing Nord theme

2019-11-29 Thread Kevin Caravaggio
Attachment was filtered, so I put the presets in a Github with more information that can be found here: https://github.com/kevvurs/nord-netbeans-syntax On Fri, Nov 29, 2019 at 2:10 PM Kevin Caravaggio wrote: > Inspired by Nord Theme (https://www.nordtheme.com/), I have started > making a port in

Testing Nord theme

2019-11-29 Thread Kevin Caravaggio
Inspired by Nord Theme (https://www.nordtheme.com/), I have started making a port in NetBeans 11.1. I have exported the fonts & colors settings here in case anyone wants to try it and give me feedback. Import from preferences or options in IDE. Thanks, Kevin <> -

Re: Adding Javadoc containing 'element-list' for a library added to a project

2019-11-29 Thread A S
I realized that the JDK 11 online API is also not read correctly. In my case this was also showing that no javadoc was found, until I did a small hack. So we can add it to the problem. Meanwhile I can share the hack I did to get some of the Javadoc working. Under Platforms, for JDK 11 the Javadoc

Re: Adding Javadoc containing 'element-list' for a library added to a project

2019-11-29 Thread Richard Grin
Thanks Abhinav. I had not noticed this little icon "Show documentation in external web brower button". When I click on this button, I receive a "Page not found" error (404). Yet I have the good URL for the javadoc of the JDK 11 (as I see in the Java Platform Manager). I use NetBeans 11.2 witho

Re: Adding Javadoc containing 'element-list' for a library added to a project

2019-11-29 Thread A S
Hi Richard, I think it wasn't the correct name. What I called "Hint window" should be called "pop-up documentation window" which appears if you press Ctrl+Space while typing. You may also enable its appearance automatically under Tools->Options->Editor->Code Completion The behavior I reported abo