Search query's in the code

Hi all,

Suppose I want to know where inside the ArduCopter code a certain function is declared and called but I don’t know what file I should look first (ArudCopter.pde, config.h,…).

Is there a way to do a search (CTRL+F) that looks in every file (including libraries) of the code for a certain term?

Regards, Menno

Hi Menno, I find ‘Windows Grep’ a very useful tool in this respect. Just like Linux grep, you can recursively search entire directories for occurrences of a given phrase. You can download it here: wingrep.com/download.htm