Re: [DISCUSS] Experimental installers for 11.0

2019-04-05 Thread John Neffenger

On 4/5/19 7:51 AM, Geertjan Wielenga wrote:

OK, added info about the installers as a tip on the Download page:

https://netbeans.apache.org/download/nb110/nb110.html


Should we also mention the Snap package for Linux users?

Apache NetBeans (incubating)
https://snapcraft.io/netbeans

It was really nice to find my snap install of NetBeans 10.0 already 
upgraded to NetBeans 11.0 when I woke up this morning. It also has the 
comforting green check mark on the publisher name showing that it's a 
"verified account."


name:  netbeans
summary:   Apache NetBeans IDE (incubating)
publisher: Apache NetBeans (incubating) (apache-netbeans✓)
contact:   https://lists.apache.org/list.html?us...@netbeans.apache.org
license:   unset

Thanks,
John

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Re: Very Slow Operations with NB 11

2019-04-12 Thread John Neffenger

On 4/12/19 7:26 AM, Scott Palmer wrote:

Are others seeing the slowness?

Find usages, renames, call-hierarchy, auto-complete… things I use all the time, 
I often have to wait 5 to 10 seconds for a response from the IDE, sometimes 
more.


I saw these delays in NetBeans 10, but I'm unable to reproduce them just 
now in NetBeans 11. It would take 10 to 15 seconds to display the source 
code of a superclass from a library, for example, when Ctrl-clicking on 
the class name with the mouse.


What I found at the time was that NetBeans was very sensitive to how you 
attached the Java source files to the modular JAR files of a library.


What worked for me was to follow the instructions below under the 
heading "JavaFX and NetBeans" (which should work regardless of the 
library you're using):


https://openjfx.io/openjfx-docs/

In particular, I had to avoid attaching the sources to the Global 
Library and instead list the JAR files separately in my project and 
attach each module's sources to its own JAR file. You do that by 
selecting the JAR file, clicking the Edit button, and adding the 
expanded source directory in the Source text field. (I had to unzip the 
"src.zip" folder of the library to get the separate module source folders.)


After that, instead of taking 15 seconds (or more), clicking through to 
the library sources was instantaneous.


But as I said, I'm unable to reproduce the slowness problem on NetBeans 
11, but I still get constant java.lang.AssertionError exceptions when I 
attach the sources the "wrong" way.


John

-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists