0x7c13 / Notepads

A modern, lightweight text editor with a minimalist design.
https://www.NotepadsApp.com
MIT License
8.72k stars 480 forks source link

Enter Key Doesn't Scroll to Found Word in 'Find' Panel #1333

Closed KinanGH98 closed 5 months ago

KinanGH98 commented 5 months ago

Describe the bug When using the Find panel in the application and searching for a particular word, pressing the Enter key does not scroll to the found word.

To Reproduce

  1. Open the notepad application.
  2. Enter some text in the editor.
  3. Open the Find panel (Ctrl+F).
  4. Type a word to search for in the text.
  5. Press the Enter key.

Expected behavior After pressing the Enter key, the application should scroll to the location of the found word in the text.

Screenshots Untitled

Additional context If you press the Find Next button in the Find panel, the scrolling will happen. Only pressing the Enter key will not work.

0x7c13 commented 5 months ago

This is fixed in one of the latest commit. I will deploy the changes to Store by EOW.

0x7c13 commented 5 months ago

https://github.com/0x7c13/Notepads/commit/595950dd44c59eb431fd841d63122aa42e0a46ba

KinanGH98 commented 5 months ago

Glad to hear its fixed, thanks.

0x7c13 commented 5 months ago

@KinanGH98 The new version containing the fix is on the Store today, please give it a try.

KinanGH98 commented 5 months ago

@KinanGH98 The new version containing the fix is on the Store today, please give it a try.

Its fixed indeed, thank you very much for this awesome app.