// "Search Macros" // This macro searches for text in all the files in the macros folder. // Note that the search is case sensitive. requires("1.35r"); dir = getDirectory("macros"); str = getString("Search macros for:", ""); find(dir); function find(dir) { list = getFileList(dir); for (i=0; i