dail8859/NotepadNext
Find next in reverse with the shift key instead of having to check the "Backward direction" manuelly.
Fermée
#1 082 ouverte le 28 juin 2026
good first issue
Métriques du dépôt
- Stars
- (14 479 étoiles)
- Métriques de merge PR
- (Merge moyen 9j 1h) (3 PRs mergées en 30 j)
Description
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