Skip to content

Add QuickFindNext action (Ctrl+F3) - #1104

Open
PCCV wants to merge 1 commit into
dail8859:masterfrom
PCCV:add-quickfindnext
Open

Add QuickFindNext action (Ctrl+F3)#1104
PCCV wants to merge 1 commit into
dail8859:masterfrom
PCCV:add-quickfindnext

Conversation

@PCCV

@PCCV PCCV commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Description:

This adds the QuickFindNext action, present in Notepad++ but missing in NotepadNext.

Behavior:

pressing Ctrl+F3 searches for the next occurrence of the word under the cursor (or the current selection, if any), without opening the Find dialog — matching Notepad++'s existing behavior.

This PR builds on top of the recently merged Fix Unfold All action (#1103).

Changes:

Added actionQuickFindNext and wired it to the corresponding search logic
MainWindow.cpp — Modify the showFindReplaceDialog function to prevent the dialog box from opening.
MainWindow..h — change prototype of MainWindow::showFindReplaceDialog
Updated MainWindow.ui to register the new action and its shortcut (Ctrl+F3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant