Is there a way to do a project wide search and replace in netbeans? It seems like there should be, but I can not find any information on it.
Thanks
If you click on the project in the projects pane.
Then press and hold Ctrl+Shift+H
A find and replace window will come up where you can specify what you would like to find and what to replace it with. You can use regular expressions and then after you search you can walk through all the results in the different files that are returned.