MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / OnViewFindNext

Method OnViewFindNext

DebugView++/LogView.cpp:1069–1073  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1067}
1068
1069void CLogView::OnViewFindNext(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1070{
1071 if (!m_highlightText.empty())
1072 FindNext(m_highlightText);
1073}
1074
1075void CLogView::OnViewFindPrevious(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1076{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected