How do I refresh Netbeans workspace?

这一生的挚爱 提交于 2019-12-02 18:40:51
mrbnetworks

Within NetBeans:

select "Source" > "Scan for External Changes" 

this will force the IDE to look for changes and "Refresh" the file structure.

I develop PHP within NetBeans and am frequently creating new files outside of the IDE. This does the trick every time and works quickly.

I think below is best Answer for that. While Scan for External Changes takes a while.

Instead.

Tools->Options->Files and uncheck Enable-auto-scanning of source. Then it will give an option like Refresh Folder.

This is cool against scanning whole project to see changes of one folder.

Never Mind, found ScanOnDemand plugin and also there is source-->Scan for External Changes menu.

For Netbeans-IDE 7.2 and above

Go To Tools->Options->Miscellaneous->Files and uncheck Enable-auto-scanning of source. Then it will give an option like Refresh Folder.

You can refresh the folder or whole workspace.

Select "Scan for external changes" from the "Source" menu.

I use netbeans deploying php projects.

Source->Scan for External Changes

The files in the projects will be refreshed or synchronized with the windows file system.

Source -> Scan For External Changes

I made it like below ,

Right click on the folder (e.g webpages) --> Refresh

in my netbeans 6.9

Also, if you're using subversion, if you use an external subversion client you can run "update" in the subversion menu to update the diff highlighting.

The only think that worked for me, is "Synchronization" when right-clicking on the project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!