I am using Eclipse - mars. I need to replace tab character with white spaces in existing code. I did this:
Open Window->Preferences from menu bar.
Select Text Editors from tree menu.
Uncheck Insert spaces for tabs.
But this doesn't replace for existing code. Is there any simple way to do that, considering I have some 25 java files to do this.