Can Eclipse refresh resources automatically?

后端 未结 13 1559
长发绾君心
长发绾君心 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条回答
  •  -上瘾入骨i
    2020-11-27 11:39

    A global refresh is really missing in Eclipse. The above procedure with selecting all projects and then running refresh (e.g. F5) does not work if you have closed projects included in your selection. This means, if you have 1/2 of your many projects closed as I do, you find yourself manually Ctrl-clicking through your dozens of projects. This is quite painful. I wish Eclipse would simply ignore closed projects.

提交回复
热议问题