mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
+fix: mark all occurrences: move caret to end of main selection
This commit is contained in:
parent
86095a1660
commit
eec7dda00f
@ -7688,6 +7688,9 @@ void EditMarkAll(LPCWSTR wchFind, int sFlags, DocPos rangeStart, DocPos rangeEnd
|
||||
};
|
||||
|
||||
Globals.iMarkOccurrencesCount = count;
|
||||
if (count > 0) {
|
||||
SciCall_SetSelectionNCaret(SciCall_GetMainSelection(), SciCall_GetSelectionNEnd(SciCall_GetMainSelection()));
|
||||
}
|
||||
}
|
||||
EndWaitCursor();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user