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

Method OnViewFindPrevious

DebugView++/LogView.cpp:1075–1079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1073}
1074
1075void CLogView::OnViewFindPrevious(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1076{
1077 if (!m_highlightText.empty())
1078 FindPrevious(m_highlightText);
1079}
1080
1081bool CLogView::FindProcess(int direction)
1082{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected