v.2.6.5
Added
- Ctrl+Backspace in the base form will now delete the word (sequence of non-whitespace, non-punctuation chars) ending at the cursor location (partially address #55 )
- Added optimizations to reduce the frequency of updating of the file list.
- Added the ability to disable highlighting of the file list if the number of results is large (for better performance, partially address #56)
- Made directory search more efficient by "remembering" whether search terms matched the top directory and thus avoiding the cost of performing unnecessary regex matches.
- Keypress processing delay
Fixed
- Performance issues for the huge file list.
Thanks @molsonkiko