eclipse, refresh files edited by external editor

后端 未结 2 1744
悲&欢浪女
悲&欢浪女 2020-12-01 03:41

I currently use emacs to edit .java files and run eclipse.

Eclipse doesn\'t automatically recognize modified files, so I often end up running unmodified applicatio

相关标签:
2条回答
  • 2020-12-01 04:20

    Perhaps you want to check Preferences > General > Workspaces > Refresh using native hooks or polling. You can see that the eclipse refreshes the file you edit with external editor (like vi, emacs, etc) when you check the option.

    0 讨论(0)
  • 2020-12-01 04:23

    On the project explorer you need to select the project(s) that you want to refresh and then click on File->Refresh or hit F5.

    0 讨论(0)
提交回复
热议问题