Skip to content

Releases: young-developer/nppNavigateTo

v.2.8.1

v.2.8.1 Pre-release
Pre-release

Choose a tag to compare

@young-developer young-developer released this 17 Apr 19:26

Added

  • File reload debounce logic for #70

v.2.8.0

Choose a tag to compare

@young-developer young-developer released this 14 Nov 10:27

Added

Search history is persistent by default and includes search string and filenames. #67

v2.7.1

Choose a tag to compare

@young-developer young-developer released this 30 Oct 09:29

Changed

  • Keep Dialog Visible - when opening Notepad++ - #59

v.2.7.0

Choose a tag to compare

@young-developer young-developer released this 11 Sep 12:14

Added

  • Search delay settings

Changed

  • Search delay implementation
  • Fuzzy search highlights Name column only

Fixed

  • Render Performance
  • Search Performance

v.2.6.5

Choose a tag to compare

@young-developer young-developer released this 26 Aug 12:10

Added

  1. 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 )
  2. Added optimizations to reduce the frequency of updating of the file list.
  3. Added the ability to disable highlighting of the file list if the number of results is large (for better performance, partially address #56)
  4. Made directory search more efficient by "remembering" whether search terms matched the top directory and thus avoiding the cost of performing unnecessary regex matches.
  5. Keypress processing delay

Fixed

  1. Performance issues for the huge file list.

Thanks @molsonkiko

v.2.6.4

Choose a tag to compare

@young-developer young-developer released this 15 Jul 17:14

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.1-beta Pre-release
Pre-release

Choose a tag to compare

@young-developer young-developer released this 12 Jul 09:32

Fixed

  • Glob search issue

thanks @molsonkiko

v.2.6.0

Choose a tag to compare

@young-developer young-developer released this 08 Jul 13:02

Added

  • New search feature - more details: #50

Implemented by @molsonkiko

v.2.5.4

Choose a tag to compare

@young-developer young-developer released this 09 Jun 08:39

Fixed

  • Top directory search crash was resolved

Added

  • Better caching for subdirectory search.

Thank you @molsonkiko

v.2.5.2-beta

v.2.5.2-beta Pre-release
Pre-release

Choose a tag to compare

@young-developer young-developer released this 06 Jun 09:23

Added

  • Dark mode support
  • File count warning for directory search

Implemented by @molsonkiko
More details with screenshots here