Jeff,
In 'filesearch.e', add:
#include "wkspace.e"
In j_append_files_from_project_to_array(), change the call to GetProjectFiles() to:
int status = GetAllFilesInWorkspace(temp_view_id);
I've done nearly zero programming with slickedit macros, so I'm not sure if including another ".e" file is OK...it works, though
Perhaps there's a better way. Or maybe that function isn't even "public" ??
-Jeff