dail8859/NotepadNext

Find next in reverse with the shift key instead of having to check the "Backward direction" manuelly.

Geschlossen

#1.082 geöffnet am 28.06.2026

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C++ (904 Forks)batch import
good first issue

Repository-Metriken

Stars
 (14.483 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 9T 1h) (3 gemergte PRs in 30 T)

Beschreibung

Description

I've noticed the "find" dialogue lacks keyboard shortcut to find backwards. The only way to do that is to manually check the box "Backward direction" in order to do so.

Describe the solution you'd like

I would like this situation: while the focus is on the text field of the find dialogue, pressing SHIFT+ENTER results in searching the previous matching string from where the caret is at on the main window. This is even a standard feature on browser. CTRL+F, type a word, press ENTER will go to the next matching string, and SHIFT+ENTER will jump to previous string.

Describe alternatives you've considered

No response

Contributor Guide