How can I disable "Scan for external changes" in netbeans?
How do I disable "Scan for external changes" 开发者_StackOverflow社区in netbeans ?
By Unmarking the checkbox here
Go to menu: Tools/Options/Miscellaneous/Files => ❑ Enable auto-scanning of sources
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.
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
I'm using MAC Netbeans 8.1 and I dont have NetBeans/Preferences/Miscellaneous/Files
Can someone help please? checking external changes
is using all CPU
I dont have Preferences
in my main menu
PS: I found my solution; I just mention it for others who run into the same issue ; just use this short key to open Cmd-,
to open the menu: NetBeans/Preferences/Miscellaneous/Files
精彩评论