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'
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'
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.