Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I disable "Scan for external changes" in netbeans?

Tags:

java

netbeans

How do I disable "Scan for external changes" in netbeans ?

like image 564
Rajat Gupta Avatar asked Jun 07 '11 15:06

Rajat Gupta


3 Answers

By Unmarking the checkbox here

Go to menu: Tools/Options/Miscellaneous/Files => ❑ Enable auto-scanning of sources

enter image description here

like image 92
Saurabh Gokhale Avatar answered Oct 23 '22 04:10

Saurabh Gokhale


In Netbeans(Windows), Go to "Tools > Options > Miscellaneous/Files ", You will find an option called "Enable auto-scanning of sources".

In case if you want to manually refresh (scan) your sources. Then right click the folder in Netbeans Projects window (or any explorere window like Favourites, Files, etc.,) you will find the option called 'Refresh Folder'.

Note : This option will be enabled only after you disabled the auto-scanning options.

like image 17
NavaRajan Avatar answered Oct 23 '22 05:10

NavaRajan


On Mac go to menu: NetBeans/Preferences/Miscellaneous/Files and uncheck ❑ Enable auto-scanning of sources

Works for NetBeans version 8.0.2, MacOs 10.10.2 Yosemite

like image 3
marek Avatar answered Oct 23 '22 03:10

marek