summaryrefslogtreecommitdiffstats
path: root/src/content_search
AgeCommit message (Expand)Author
2021-06-22fix panic on searching `cr/.*` if a file starts with an empty lineCanop
2021-05-09match line count in selection on content searchesCanop
2021-05-05small perf improvement in tokens patternsunordered-tokensCanop
2020-12-13keep selection visible on unfilteringCanop
2020-10-21filesystems view now filterableCanop
2020-10-03`cr/` prefix allows a regex based search on file contentCanop
2020-09-28fix compilation for androidCanop
2020-07-24faster availability of big files in previewCanop
2020-06-19composite patterns built by combining simple ones with operatorsCanop
2020-06-11some optimizations of the file content searchCanop
2020-06-10small doc changesCanop
2020-06-10add an extension-based prefiltering on content searchCanop
2020-06-10remove Boyer-Moore searchCanop
2020-06-09dumb and meaningless content search optimizationsCanop
2020-06-07"content" search mode key can be defined in configCanop
2020-06-07content search: text around match displayed in treeCanop
2020-06-07content search: ignore binary filesCanop
2020-06-06rudimentary search in file contentCanop