Manually refresh project files on local server? (Netbeans)

空扰寡人 提交于 2019-12-10 13:44:02

问题


I have a Netbeans PHP project set to run on a local server. I added some files in the filesystem; Netbeans detects and shows the changes in it's project view, but does not propagate the changes to the local server (based in a different folder). Hence project files on the local server are missing or out of date.

Can Netbeans manually refresh the project files on local server?


回答1:


I think you can use Menu->Source->Scan For External Changes (if I understand you correctly)




回答2:


Source->Scan For External Changes




回答3:


Basically you need to disable ‘Enable auto-scanning of sources’ checkbox under: Tools -> Options -> Miscellaneous -> Files. After you do this, the ‘Refresh Folder’ option will appear.



来源:https://stackoverflow.com/questions/3162154/manually-refresh-project-files-on-local-server-netbeans

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