I’m using Eclipse PDT for PHP.
Let’s say I have an error in “rightsManager.php on line 145”, and I have hundreds of files in dozens of directories in my project, what is the fastest way to go to that file and line number?
I can search through the text of all files with CTRL-H but how do I quickly search through the file names? (like CTRL-H in Firefox where it gives you a search box for past urls).
Answer:
CTRL–SHIFT–R, thanks Paul!

Ctrl+Shift+R should pop open a resource finder in any flavour of Eclipse, type your filename pattern and you’ll get your file in seconds. You can jump to a line with Ctrl+L
alt text http://www2.cwcweb.com-a.googlepages.com/openresource.png
Nice summary of other shortcuts here.