In IntelliJ IDEA, is there an option to find and replace a symbol for whole project with on time operation?
EDIT:
Here is the Visual representation for better understanding.
Replacing a piece of text in all the files within the specified path do one of the following:
You can try Ctrl + Shift + F.
And if you are using Eclipse keymap for IntelliJ then you can use Ctrl + H.
CTRLSHIFTR
⇧⌘R
Press SHIFT twice and type Replace in Path
You get an option to apply file mask, scope, etc.