[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: String replace in all project

Select your project in the Package explorer
Open up the Search (under the Search menu, Search...)
Switch to the File Search tab
Enter "foo" in the Containing Text field.
Enter any file restrictions you want to limit the search to (*.java, *.properties, etc)
Limit the scope to the Enclosing Project
Hit the Replace button
Enter "foo2" in the With field
Hit Replace All


 - Jeff

anorganic wrote:
Hi, i need find all strings "foo" and replace them by "foo2" in all project. Can you somebody tellmehow i can do this?
thanx a lot.