I have a workspace with a bunch of java projects. If I go to File->Refresh
, it doesn\'t really refresh anything (perhaps the currently selected project). How
It will indeed only refresh the current project (or, more specifically, the current selection in the project explorer). I just click somewhere in the project explorer, do Ctrl+A to select all projects and then press F5 to achieve a complete refresh.
Easy.
Run the tool to refresh all projects.
If you want to refresh all Projects, ignoring closed projects, then the easiest way is to:
Effectively F5 refreshes the Workspace when a navigation view has focus and nothing is selected.
This answer led me to an even simpler solution, no configuration necessary.
Cmd-3 build all (control-3 on windows)
Edit: Correction -- I need to both refresh and build. Build does not automatically refresh. I'm currently using two actions, "echo" from my comment in the linked answer I just referred to (an External Tool configuration with a hook to refresh all), followed by cmd-3 "build all"
Control click all your projects together, then right click and hit refresh.
Usually I refresh all like that, then i make sure to clean all projects and rebuild in eclipse.
For anyone curious how to select all of those projects on OS X where Ctrl+A doesn't work: