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

2019-07-28 Thread Thomas Kellerer
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 Javadoc popup and so does the JavaDoc window (Window -> IDE Tools -> JavaDoc Documentation) when I open it. But Alt-F1 ("Show

Re: Building IDE on JDK 12

2019-07-28 Thread Emilio G . C .
Hi, sorry I took so long to respond, here's the last bit of the JDK 12 build: ... init: -prepare-mandatory-files-for-module: [mkdir] Created dir: C:\Users\Emilio\Desktop\netbeans-builds\netbeans-11.1-source\platform\openide.util\build\classes\META-INF [createlicensesummary] All tests passed

RE: can I disable gradle support on my project?

2019-07-28 Thread Jake Ochs
I am using gradle as the build system. There is a master gradle project with 3 subprojects. Each subproject results in a distributable rpm, which is how the system is deployed. One of the rpm’s, in fact, also has a java component, but it is mostly the copying of files to the proper directory str