generic_stringmsg=pNativeSpeaker->getLocalizedStrFromID("find-status-replace-end-reached",TEXT("Replace: Replaced the 1st occurrence from the top. The end of document has been reached."));
setStatusbarMessage(msg,FSEndReached);
if(nppGui._replaceStopsWithoutFindingNext)
}
elseif(status==FSTopReached)
{
{
generic_stringmsg=pNativeSpeaker->getLocalizedStrFromID("find-status-replace-top-reached",TEXT("Replace: Replaced the 1st occurrence from the bottom. The begin of document has been reached."));
generic_stringmsg=pNativeSpeaker->getLocalizedStrFromID("find-status-replaced-without-continuing",TEXT("Replace: 1 occurrence was replaced."));
msg=pNativeSpeaker->getLocalizedStrFromID("find-status-replaced-next-found",TEXT("Replace: 1 occurrence was replaced. The next occurrence found."));
if(status==FSEndReached)
{
generic_stringmsg=pNativeSpeaker->getLocalizedStrFromID("find-status-replace-end-reached",TEXT("Replace: Replaced the 1st occurrence from the top. The end of document has been reached."));
setStatusbarMessage(msg,FSEndReached);
}
elseif(status==FSTopReached)
{
generic_stringmsg=pNativeSpeaker->getLocalizedStrFromID("find-status-replace-top-reached",TEXT("Replace: Replaced the 1st occurrence from the bottom. The begin of document has been reached."));
setStatusbarMessage(msg,FSTopReached);
}
else
else
msg=pNativeSpeaker->getLocalizedStrFromID("find-status-replaced-next-not-found",TEXT("Replace: 1 occurrence was replaced. No more occurrences were found."));
{
generic_stringmsg;
if(moreMatches)
msg=pNativeSpeaker->getLocalizedStrFromID("find-status-replaced-next-found",TEXT("Replace: 1 occurrence was replaced. The next occurrence found."));
else
msg=pNativeSpeaker->getLocalizedStrFromID("find-status-replaced-next-not-found",TEXT("Replace: 1 occurrence was replaced. No more occurrences were found."));
CONTROL "Use Monospaced font in Find dialog (Need to restart Notepad++)",IDC_CHECK_MONOSPACEDFONT_FINDDLG, "Button", BS_AUTOCHECKBOX | WS_TABSTOP,37,25,350,10
CONTROL "Use Monospaced font in Find dialog (Need to restart Notepad++)",IDC_CHECK_MONOSPACEDFONT_FINDDLG, "Button", BS_AUTOCHECKBOX | WS_TABSTOP,37,25,350,10
CONTROL "Find dialog remains open after search that outputs to results window",IDC_CHECK_FINDDLG_ALWAYS_VISIBLE, "Button", BS_AUTOCHECKBOX | WS_TABSTOP,37,40,350,10
CONTROL "Find dialog remains open after search that outputs to results window",IDC_CHECK_FINDDLG_ALWAYS_VISIBLE, "Button", BS_AUTOCHECKBOX | WS_TABSTOP,37,40,350,10
CONTROL "Confirm Replace All in All Opened Documents",IDC_CHECK_CONFIRMREPLOPENDOCS, "Button", BS_AUTOCHECKBOX | WS_TABSTOP,37,55,350,10
CONTROL "Confirm Replace All in All Opened Documents",IDC_CHECK_CONFIRMREPLOPENDOCS, "Button", BS_AUTOCHECKBOX | WS_TABSTOP,37,55,350,10
END
CONTROL "Replace: Don't move to the following occurrence", IDC_CHECK_REPLACEANDSTOP, "Button", BS_AUTOCHECKBOX | WS_TABSTOP, 37, 70, 350, 10