Do you know how can I search an replace a String in all files of my current project?
Lets say I have this string \"/sites/default/ now I want it to be \"/public/si
Ctrl+F gives me Find/Replace dialog box.
Or you can,
First Alt+A
Next Alt+F
Then press on Replace button.
If non of them worked:
Goto -> Window -> Preferences -> General -> Keys and search for replace then you will see binding for Find and replace. In the bottom of that window, you can add your key to Binding text box. There you can add or edit any keys as shortcut.
Strange but it is a two step task:
A demo at:
http://www.avajava.com/tutorials/lessons/how-do-i-do-a-find-and-replace-in-multiple-files-in-eclipse.html
Voilà...
ctrl + H will show the option to replace in the bottom .
Once you click on replace it will show as below