On Fri, Oct 9, 2009 at 7:41 AM, Graeme Geldenhuys <[email protected]> wrote: > Is there a way to search inside a Lazarus Package (units that are part > of a package) only? I often find the need to do this, but don't know > of such an option. Hopefully I simply didn't look hard enough. ;-)
Use "Search in Files" (ctrl+shift+f): * Open the dialog, and select "Search in directories". * Set the directory of a required package (or parent dir for packages, i.e. lazarus/components) * Check "include sub directories" * Click Find. It should work :) thanks, dmitry -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
