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

Method FindPrevious

DebugView++/MainFrame.cpp:706–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706void CMainFrame::FindPrevious(const std::wstring& text)
707{
708 if (!GetView().FindPrevious(text))
709 MessageBeep(MB_ICONASTERISK);
710}
711
712void CMainFrame::AddFilterView()
713{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected