dail8859/NotepadNext

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

Chiusa

#1082 aperta il 28 giu 2026

 (1 commento) (0 reazioni) (0 assegnatari)C++ (905 fork)batch import
good first issue

Metriche repository

Star
 (14.479 stelle)
Metriche merge PR
 (Merge medio 9g 1h) (3 PR mergiate in 30 g)

Descrizione

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

Guida contributor