Anyone know how to do a "find-replace" for all files in a directory tree (or an IDE project)
to do a global replace for a project?
I was using dreamweaver to do this, but now i find out (with my version of dreamweaver)
that it only searchs in "source code" or "html text" but not both -- yes, it actually
misses instances that are not in the specified type!
Eclipse used to do this for Java, I'm not sure if the PHP varient of eclipse does this.
Dennis