You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generic_string msg = pNativeSpeaker->getLocalizedStrFromID("find-status-replaceall-readonly", TEXT("Replace All: Cannot replace text. The current document is read only."));
2742
2743
setStatusbarMessage(msg, FSNotFound);
2743
2744
return0;
2744
2745
}
2745
2746
2747
+
// Turn OFF all the notification of modification (SCN_MODIFIED) for the sake of performance
if (op == ProcessReplaceAll && nbProcessed > 0) // All the notification of modification (SCN_MODIFIED) were removed during the operations, so we set modified status true here
0 commit comments