Turn Off Indexing On Netbeans
Turn Off Indexing On Netbeans
When Netbeans starts, it always indexes all the files of all the projects I have on my list.
8
This can take over half an hour in my case, since I have some very large websites open.
Netbeans has so much options, I can't see the forest for the trees.
Can anybody tell me if this is possible with a setting? Or do I need to compile Netbeans
myself with an option turned off?
netbeans indexing
Share Follow edited Jul 26, 2016 at 19:39 asked Sep 30, 2009 at 14:28
KdgDev
14.4k 47 120 157
This is really annoying! I had a look at the roadmap for 6.8 and it looks like they're trying to improve
it. – Kimble Oct 7, 2009 at 19:49
well known problem, final solution not yet available, but maybe a work-a-round for you ....
see this plugin which stops automatic scans and adds a RefreshAll option to the Files
8
menu. There's a risk to get your indexes out of sync, so use it with care. It worked for me.
Share Follow edited Oct 7, 2009 at 19:46 answered Oct 7, 2009 at 19:39
MikeD
8,881 2 30 50
+150
1 of 5 1/30/24, 22:28
Turn off indexing on netbeans - Stack Overflow https://stackoverflow.com/questions/1498468/turn-off-...
Getting a weird error message: The proxy server received an invalid response from an upstream
server. The proxy server could not handle the request GET /ScanOnDemand. Reason: Error
reading from remote server – KdgDev Oct 7, 2009 at 22:20
I don't face that issue - having a basic Netbeans environment with Glassfish, JavaDB, Standard
and Mobile edition, Nokia S40 simulator on XP. My default browser is Chrome. Cou may want to
send a note to the developers - this code is still under development. – MikeD Oct 8, 2009 at 11:00
... and I "use system proxy settings" ... seems you run into a 502 error somewhere ... not
necesarrily linked to a web server, could be any server (DB, ...) which disagrees with your proxy
about the protocol used can you clarify if that happens at download time or while using the plugin
?? – MikeD Oct 8, 2009 at 11:42
Okay, I got it and downloaded it. It's installed and it does add the "Refreshall" option, but Netbeans
still scans my projects. Only difference is that I can stop the scanning manually. – KdgDev Oct 9,
2009 at 12:47
sounds like a progress .... probably we can't expect more than that at this time :-) – MikeD Oct 9,
2009 at 14:35
2 of 5 1/30/24, 22:28
Turn off indexing on netbeans - Stack Overflow https://stackoverflow.com/questions/1498468/turn-off-...
Refreshing Indices 83% .... Time Killing Problem From NetBeans IDE
1
100% working solution :
Step 1
Step 2
Step 3
3 of 5 1/30/24, 22:28
Turn off indexing on netbeans - Stack Overflow https://stackoverflow.com/questions/1498468/turn-off-...
Step 3
Mhhh I don't find exactly something like that but try this:
Go to Tools > Options > Editor and disable all the options in Code Completion and Hints
-3
I suppose if you don't have Code Completion and Hints enabled Nebeans must disable
indexing at start...
Also you can try closing all the projects (or some of them) when you exit.
Closing the projects at exit isn't a good idea. When you start Netbeans again, they won't be there,
that is true. So they won't be indexed at the moment of startup. But the moment you need to work
on them, you have to add them. And when you add them, they get indexed anyway. So closing
them at exit is only useful if you know you're not going to work on that project any time soon. Also, I
need code completion and secondly: no it does not influence it. – KdgDev Oct 3, 2009 at 10:50
4 of 5 1/30/24, 22:28
Turn off indexing on netbeans - Stack Overflow https://stackoverflow.com/questions/1498468/turn-off-...
5 of 5 1/30/24, 22:28