dail8859/NotepadNext

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

已關閉

#1,082 建立於 2026年6月28日

 (1 則留言) (0 個反應) (0 位負責人)C++ (904 個分叉)batch import
good first issue

倉庫指標

星標
 (14,482 顆星)
PR 合併指標
 (平均合併 9天 1小時) (30 天內合併 3 個 PR)

描述

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

貢獻者指南