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

Method FindNext

DebugView++/MainFrame.cpp:700–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698}
699
700void CMainFrame::FindNext(const std::wstring& text)
701{
702 if (!GetView().FindNext(text))
703 MessageBeep(MB_ICONASTERISK);
704}
705
706void CMainFrame::FindPrevious(const std::wstring& text)
707{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected