mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 06:14:47 +02:00
Fix URLs are not detected after a "Replace All" regression
Fix #14864, close #14889
This commit is contained in:
parent
d7011c41bf
commit
cccd99b791
@ -3563,6 +3563,8 @@ LRESULT Notepad_plus::process(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPa
|
|||||||
|
|
||||||
case NPPM_INTERNAL_DOCMODIFIEDBYREPLACEALL:
|
case NPPM_INTERNAL_DOCMODIFIEDBYREPLACEALL:
|
||||||
{
|
{
|
||||||
|
if (wParam == reinterpret_cast<WPARAM>(_pEditView->getCurrentBuffer()))
|
||||||
|
addHotSpot(_pEditView);
|
||||||
SCNotification scnN{};
|
SCNotification scnN{};
|
||||||
scnN.nmhdr.code = NPPN_GLOBALMODIFIED;
|
scnN.nmhdr.code = NPPN_GLOBALMODIFIED;
|
||||||
scnN.nmhdr.hwndFrom = reinterpret_cast<void*>(wParam);
|
scnN.nmhdr.hwndFrom = reinterpret_cast<void*>(wParam);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user