Can Eclipse refresh resources automatically?

后端 未结 13 1598
长发绾君心
长发绾君心 2020-11-27 11:15

Eclipse (3.4.2 with PyDev) deals with out-of-sync resources (files that have been edited outside of the IDE) differently from other IDEs that I\'ve used, where only resource

13条回答
  •  半阙折子戏
    2020-11-27 11:46

    Given that Java 7 has an api for filesystem hooks, one would think that refresh could be handled better in Eclipse.

    Edit: Actually, there is a plugin that uses this mechanism: https://github.com/psxpaul/EclipseJava7Refresher

提交回复
热议问题