Multiple scenes with text elements. All elements contain a word that needs changing.
A lot of Javascript functions all with a snippet /value/name /path what ever , the same needs to be changed.
But for the life of me I cannot find it or cannot be arsed to dig through them all.
I used to use what ever was to hand, TextWrangler,Visual Studio, Xcode even TextEdit to do a find and replace in the data.plist (including when open in Hype - Live updates )
The New Hype Edit replacement is like going to be the go to tool though. I like its find/replace they are pretty sweat. Can't say too much here...
A couple of cool features in any of them if they have it is regex searches and also listed results.
you can then use regex \bWORD\b which finds whole word not part of a word and list all results.