I've just started using eclipse, and as an old, VERY old, emacs user, I got very used to the global search, and search and replace. I find these operations to be invaluable when maintaining or updating legacy code. Here are the operations I used all the time in C and C++:
M-x tags-query-replace
M-x tags-search
Note that the operations I want to do don't just find the files, but step through each file one at a time, presenting a window of code for each file, not just a line. Is there an equivalent in eclipse or the Emacs+ plugin that can be applied to a project, working set or working space?
Thanks!