Instead of tying find/replace in files to a projects, it would be nice to find all files in a directory or its descendants that contain a regular expression.
Or am I a fool, and this is already easy, without recourse to 'find . -type f -exec grep -Hin "<expr>" {} ;' ?