young-developer/nppNavigateTo

The search line edit ignores the first typed key when "Clear search input" is enabled in the settings

Closed this issue · 4 comments

Steps to reproduce the bug:

  • enable "Clear search input" in the plugin settings
  • open the plugin dialog window (Ctrl+,)
  • start typing something like: 4090
  • the first typed character is ignored, the search line edit shows "090" and only the "090" entries are listed and highlighted in the search results

It depends on multiple settings. If you have enabled fuzzy search than it is possible and known. Please could you try to test with disabled fuzzy search : Documentation

roromo commented

Fuzzy search is disabled. Here is a screenshot of the settings:
Screenshot 2023-04-26 131424

In the meantime, I discovered the issue reported here happens only when the first typed character is a number (such as 4). It works fine when the first character typed is a letter.

Oh ok, got it. Yes it blocks first typed number. I will check it.