0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
use list instead of string for specifying find command line More... about 15 years ago
use list instead of string for specifying grep command line More... about 15 years ago
assume file contents are in UTF-8 encoding, so convert search text to UTF-8 first More... about 15 years ago
bugfix: treat output from find command as simple byte sequence More... about 15 years ago
bugfix: GrepProcess must call its finishedCb only after find process has ended More... over 15 years ago
move runGrep() function into GrepProcess class (for design cleanup) More... over 15 years ago
catch OSError when cancelling search while command has just exited More... over 15 years ago
unset find cmdRunner when find has finished More... over 15 years ago
result list: ignore "finished" call if result list is already destroyed More... over 15 years ago
fix cancelling: finish LineSplitter only after command has exited More... over 15 years ago
fix some debug messages More... over 15 years ago
read find results with higher priority than grep results More... over 15 years ago
only run grep on "regular files" (ie. no directories etc.) More... over 15 years ago
run find and grep commands separately (essentially removing xargs) More... over 15 years ago
extend Todo list More... over 15 years ago
when using ProjectMarker plugin, remove single trailing newline from root_dir More... over 15 years ago
use directory specified by ProjectMarker plugin, if available More... over 15 years ago
Hotkey 'Ctrl+Shift+F' added More... over 15 years ago
add workaround for scroll_to_cursor() bug More... over 15 years ago
refactor SearchProcess and GrepParser into several new classes More... over 15 years ago
extend/update Readme file More... over 15 years ago
simple fix for correct display of DOS newlines More... over 15 years ago
update Todo list More... over 15 years ago
hide "Search in" radiobuttons More... over 15 years ago
hide RegExp checkbox More... over 15 years ago
in grep command: escape quotes and backslashes in search text More... over 15 years ago
in find command: also escape backslashes in directory name More... over 15 years ago
also escape backslashes in file type string More... over 15 years ago
in find command: escape quotes in file type strings More... over 15 years ago
in find command: escape quotes in directory name More... over 15 years ago