Nitu Dhaka
Nitu Dhaka

Reputation: 1330

Replace string in under a directory in netbeans

I want to replace some strings in a particular directory in netbeans 7.3 Is it possible?

mainly i need to replace 'Notifynotify' string by 'Notify'

Upvotes: 0

Views: 777

Answers (1)

In NetBeans press CTRL + SHIFT + H to open the Find and Replace option. There you can change any piece of text by another one, and in any folder / subfolder you want by changing the Scope parameter in the same window. You can select Current project (whole project), Open projects, An specific selection (If you highlight a package / folder in the project view) or a free browse option.

Answer in this link.

Upvotes: 4

Related Questions