Re: Improve indexing and file indentification?

2019-03-12 Thread Wade Chandler
This specific item would be its own unique topic and request IMO from indexing. I'd create a Jira ticket for it (please do); I tend to think this would be a “search everything” kind of an item versus specifically a symbol though, but hey. Wade > On Mar 10, 2019, at 5:59 PM, Jean-Marc Borer

Re: Improve indexing and file indentification?

2019-03-12 Thread Laszlo Kishalmi
See the discussion on the topic at: https://issues.apache.org/jira/browse/NETBEANS-1605 and https://github.com/apache/incubator-netbeans/pull/1007 On 3/12/19 6:25 AM, Wade Chandler wrote: Do the later JDKs now automatically choose a good value or behave more automatic (can increase at

Re: Improve indexing and file indentification?

2019-03-12 Thread Wade Chandler
I also allocate a good lot of memory to my IDE (NB & IntelliJ both), and have the same experience. That said, there are still times I have to kill NB due to the CPU taking off and indexing too much. I think many of the finds which came out of the ticket I saw Lazlo working on will be some great

Re: Improve indexing and file indentification?

2019-03-12 Thread Wade Chandler
Do the later JDKs now automatically choose a good value or behave more automatic (can increase at runtime or something)? Before they did not; the defaults differed between platforms, and were not very high, so the only way to get them was to set them. I wasn’t sure what you meant by “removed”,

Re: Improve indexing and file indentification?

2019-03-10 Thread Jean-Marc Borer
ers > > Chris > > > > Von: Laszlo Kishalmi > Gesendet: Freitag, 8. März 2019 18:59 > An: dev@netbeans.incubator.apache.org > Betreff: Re: Improve indexing and file indentification? > > Just FYI: In NetBeans 11.0 we have removed the restrictive memory settings.

AW: Improve indexing and file indentification?

2019-03-09 Thread Christian Lenz
Cheers Chris Von: Laszlo Kishalmi Gesendet: Freitag, 8. März 2019 18:59 An: dev@netbeans.incubator.apache.org Betreff: Re: Improve indexing and file indentification? Just FYI: In NetBeans 11.0 we have removed the restrictive memory settings. On 3/8/19 9:53 AM, Lars Bruun-Hansen wrote

Re: Improve indexing and file indentification?

2019-03-08 Thread Laszlo Kishalmi
Just FYI: In NetBeans 11.0 we have removed the restrictive memory settings. On 3/8/19 9:53 AM, Lars Bruun-Hansen wrote: Regarding performance: In my experience part of the problem has been (historically) that the default -Xmx setting for NB IDE has simply been too low. People just don't go to

Re: Improve indexing and file indentification?

2019-03-08 Thread Lars Bruun-Hansen
Regarding performance: In my experience part of the problem has been (historically) that the default -Xmx setting for NB IDE has simply been too low. People just don't go to etc/netbeans.conf on their own and change it. Anyway, when you compare the two IDEs remember to make sure they have been

Improve indexing and file indentification?

2019-03-08 Thread Jean-Marc Borer
Hi guys, In the office we were comparing Netbeans to IntelliJ indexing performances and I have to admit that IntelliJ performs very well here (I was impressed). We had about 50 maven projects open at the same time. I wonder how IntelliJ reaches such performances. Another thing that could be