mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-23 05:45:00 +02:00
Make 'Purge for each search' respect 'In selection' for 'Mark All' op
Fix #7663, close #7664
This commit is contained in:
parent
f44c357999
commit
c858a2ab5d
@ -1982,9 +1982,7 @@ int FindReplaceDlg::processRange(ProcessOperation op, FindReplaceInfo & findRepl
|
|||||||
if (op == ProcessMarkAll && colourStyleID == -1) //if marking, check if purging is needed
|
if (op == ProcessMarkAll && colourStyleID == -1) //if marking, check if purging is needed
|
||||||
{
|
{
|
||||||
if (_env->_doPurge) {
|
if (_env->_doPurge) {
|
||||||
pEditView->clearIndicator(SCE_UNIVERSAL_FOUND_STYLE);
|
clearMarks(*_env);
|
||||||
if (_env->_doMarkLine)
|
|
||||||
pEditView->execute(SCI_MARKERDELETEALL, MARK_BOOKMARK);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user