Releases: young-developer/nppNavigateTo
Releases · young-developer/nppNavigateTo
v2.7.1
v.2.7.0
Added
- Search delay settings
Changed
- Search delay implementation
- Fuzzy search highlights Name column only
Fixed
- Render Performance
- Search Performance
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
v.2.6.4
Fixed
- Hiding or showing the form changing input focus in an unclear way (fix issue #53)
- Nothing showing when the form is first loaded (fix issue #36)
- When the form is reloaded, it showed out-of-date search results (e.g., it would show files in the top directory of a file that is no longer active).
thank you @molsonkiko
v.2.6.1-beta
v.2.6.0
v.2.5.4
Fixed
- Top directory search crash was resolved
Added
- Better caching for subdirectory search.
Thank you @molsonkiko
v.2.5.2-beta
Added
- Dark mode support
- File count warning for directory search
Implemented by @molsonkiko
More details with screenshots here
v.2.5.0-beta
New features and upgrades from #40 and #41
Special thanks to @molsonkiko for the release