Re: Is there any way to stop the scanning projects?
Emilian Bold <[email protected]> Tue, 26 Jul 2016 10:11:26 +0300
| Newsgroups | gmane.comp.java.netbeans.devel |
|---|---|
| Message-ID | <CAL6R17AEo3c6iBzP1j6q5baHuivf4t9Sy=FcqZNtgyfTKtv2aw@mail.gmail.com> |
If you want no scanning then you don't want an IDE and projects, you just want a text editor. You might accomplish this by not using projects and just opening files via the Files tree (Window | Files). It's not like scanning is there for sadistic reasons. Scanning is the only answer (so far) to any IDEs lack of control over the files. There is the possibility that files get changed by your build system (think Maven code gen) or by you manually using another editor. And since a project needs a good world-view of your files, it needs to update this view. And nowadays is actually quite efficient -- it uses the OSes native filesystem notifications (eg, native OSX fsevents, etc). What we need is a Smalltalk image-like system where the IDE has full control over the project. Then no scanning would be needed. --emi On Mon, Jul 25, 2016 at 10:07 PM, anonymousUser666 <[email protected]> wrote: > I can't STAND this "feature". I want to TURN OFF ALL SCANNING. No > background scanning, no remote scanning. NO SCANNING!!!! Why isn't this an > option in netbeans even after people have been complaining and asking about > it since version 6? This is a major reason to use Eclipse instead of > Netbeans, for me. To many burned processor cycles doing stuff I don't want > it to be doing. > > > > >