Re: Background Scanning of projects VS Checking for external changes

2021-03-30 Thread Bilu
Ok i understand now. i was experiencing the same issue as you and disabling Checking for external changes increase the performance a lot. I found a lot of contents in the internet but there are too old and not clear enough ex:https://blogs.oracle.com/joshis/netbeans-ide-is-scanningparsingindexing-

Re: Background Scanning of projects VS Checking for external changes

2021-03-29 Thread Alonso Del Arte
If I understand correctly, background scanning of projects is to make sure that your latest changes to a class or interface don't break your whole project. For example, you delete something from an abstract class that is required by an interface. NetBeans will scan the project and then tell you th

Re: Background Scanning of projects VS Checking for external changes

2021-03-29 Thread Bilu
doesn't seems to be at startup only. its start also on projects openning/closure and randomly sometimes. i guess its the process to index source files for features like Code completion. Is there a way to stop it? And last what is the purpose of Pause I/O Checks action? thanks for the reply Le 2

Re: Background Scanning of projects VS Checking for external changes

2021-03-29 Thread Geertjan Wielenga
Background scanning is at startup only, ideally. Gj On Mon, Mar 29, 2021 at 6:48 PM Bilu wrote: > Can anyone help me disambiguate this please? > Le 27/03/2021 à 00:17, Bilu a écrit : > > Hello, > > What is the difference between Background Scanning of projects and > Checking for external change

Re: Background Scanning of projects VS Checking for external changes

2021-03-29 Thread Bilu
Can anyone help me disambiguate this please? Le 27/03/2021 à 00:17, Bilu a écrit : > > Hello, > > What is the difference between Background Scanning of projects and > Checking for external changes? > > After reading a bit on the internet i understood that: > > * Checking for external changes: Is

Background Scanning of projects VS Checking for external changes

2021-03-26 Thread Bilu
Hello, What is the difference between Background Scanning of projects and Checking for external changes? After reading a bit on the internet i understood that: * Checking for external changes: Is a process to keep files updated when they are modified externally to the Netbeans IDE and can