DirFind is a tool that works like a 'recursive directory' file content searcher and content indexer.
When searching for something in source-code, what users are typically searching for is in the few lines in the neighbourhood of the matching line. If you double-click the matching file, the matching lines are shown. If you double-click a line, the few preceding and succeding lines are loaded and added to the overview.
In addition, the application also displays each closest preceding line belonging to the lower indentation levels.
What's New in This Release: [ read full changelog ]
· revised internals, handles errors better, may perform better
· option: count all matches, as opposed to only files that match (may take longer on large files)
· tabs are expanded (default TabSize is 4, change in %APPDATA%\DirFind\DirFind.ini)
· double click a line-match: shows closest line above for each lower indentation-level