+ chg: incremental match for search/replace dialog box

This commit is contained in:
Rainer Kottenhoff 2018-05-07 11:48:29 +02:00
parent 989b61b405
commit fcd722932e

View File

@ -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 {