mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+ chg: incremental match for search/replace dialog box
This commit is contained in:
parent
989b61b405
commit
fcd722932e
@ -4850,6 +4850,7 @@ static RegExResult_t __fastcall _FindHasMatch(HWND hwnd, LPCEDITFINDREPLACE lpef
|
||||
if (bFirstMatchOnly && !bReplaceInitialized) {
|
||||
if (GetForegroundWindow() == g_hwndDlgFindReplace) {
|
||||
if (iPos >= 0) {
|
||||
SciCall_SetSel(start, end);
|
||||
SciCall_ScrollRange(iPos, iPos);
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user