Re: Executable version

2019-01-04 Thread Emilian Bold
Good catch! That .exe doesn't need to be compiled very often since it doesn't change and there's not much it has to do. So, we last compiled it for NetBeans 9 and will use it until it breaks :-) Please open a JIRA issue if you want, but we'll have to wait for Jan to recompile the .exe. --emi ht

RE: Netbeans 10 Gradle support

2019-01-04 Thread Mark A. Claassen
Thanks so much for the help! That worked perfectly. Mark Claassen Senior Software Engineer Donnell Systems, Inc. 130 South Main Street Leighton Plaza Suite 375 South Bend, IN 46601 E-mail: mailto:mclaas...@ocie.net Voice: (574)232-3784 Fax: (574)232-4014 ---

Executable version

2019-01-04 Thread Mark A. Claassen
This is not a big deal, but I noticed that the Windows executable properties are old. Right click on "netbeans64.exe" and select "Properties". Then on the "Details" tab there are several items, some of which are out of date: File Version: 9.0.0.0 Product Name: Netbeans IDE 9.0 Product Version

Re: Netbeans 10 Gradle support

2019-01-04 Thread Scott Palmer
It doesn’t seem to show up in the update centre for me either. (It used to for 8.2.) So I just manually download it http://plugins.netbeans.org/plugin/44510/gradle-support Scott > On Jan 4, 2019, at 9:32 AM, Mark A. Claassen wrote: >

Re: Netbeans 10 Gradle support

2019-01-04 Thread Peter Steele
I downloaded from the authors GitHub page and added manually, works fine when you have the groovy plugin. Would be good to get it added in to the repository though On Fri, 4 Jan 2019, 14:39 Mark A. Claassen I just tried the final release of Netbeans 10 and everything work pretty > well. However,

Netbeans 10 Gradle support

2019-01-04 Thread Mark A. Claassen
I just tried the final release of Netbeans 10 and everything work pretty well. However, I am unable to find a Gradle plugin. Even adding the old update centers, I can't find one. Here are the additional update centers I tried: http://plugins.netbeans.org/nbpluginportal/updates/8.2/catalog.xm

Re: Posible bug in Netbeans 10.0 - Macos 10.14.2 (Mojave)

2019-01-04 Thread Juan Miguel Escribano
Sorry for the confusion. Jstack Dump attached best Juan Miguel El 4 ene 2019 12:07 +0100, Emilian Bold , escribió: > This doesn't look like a java thread dump. Use something like jstack > https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr016.html > > --emi > > http://c

Re: Posible bug in Netbeans 10.0 - Macos 10.14.2 (Mojave)

2019-01-04 Thread Emilian Bold
This doesn't look like a java thread dump. Use something like jstack https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/tooldescr016.html --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Fri, Jan 4, 2019 at 12:52 PM Juan Miguel Escribano wrote:

Re: [PHP] NB8.2 / NB10.0 long background scanning - Netbeans tunning guide

2019-01-04 Thread Mondane Woodworker
Well, the easiest steps would be: 1. Go to https://magento.com/tech-resources/download and download the latest 2.2.x version without sample data. You'll get a surveyform, but you can fill in what you want. 2. Unpack the downloaded archive somewhere. 3. Open NetBeans 10.x and create a PHP 7.1. proj

Re: [PHP] NB8.2 / NB10.0 long background scanning - Netbeans tunning guide

2019-01-04 Thread Geertjan Wielenga
Maybe you can tell us step by step how to replicate your scenario. Gj On Fri, Jan 4, 2019 at 9:26 AM Emilian Bold wrote: > You could take some thead dump every now and then and see which class > is running. Profiling the IDE could also show this. > > There are also various logs where you could

Re: [PHP] NB8.2 / NB10.0 long background scanning - Netbeans tunning guide

2019-01-04 Thread Emilian Bold
You could take some thead dump every now and then and see which class is running. Profiling the IDE could also show this. There are also various logs where you could increase the log level once you figure out which classes / packages to look further into. --emi http://coolbeans.xyz/ - CoolBeans:

Re: [PHP] NB8.2 / NB10.0 long background scanning - Netbeans tunning guide

2019-01-04 Thread Mondane Woodworker
I've tested this approach but it doesn't seem to improve my situation. The background scanning is still going on for 20 minutes now. For the other projects I've mentioned, this normally takes max. 5 minutes. Can I debug this somehow to help indicate why it's taking so long? Op do 3 jan. 2019 om 1

Re: Posible bug in Netbeans 10.0 - Macos 10.14.2 (Mojave)

2019-01-04 Thread Emilian Bold
A thread dump during the beach ball would probably also help. --emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Thu, Jan 3, 2019 at 7:43 PM Juan Miguel Escribano wrote: > > Same problem with other project opened and no svn errores in messages.log > > Best > > Ju