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

Method FindBookmark

DebugView++/LogView.cpp:1206–1211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1204}
1205
1206void CLogView::FindBookmark(int direction)
1207{
1208 int line = FindLine([](const LogLine& line) { return line.bookmark; }, direction);
1209 if (line >= 0)
1210 ScrollToIndex(line, false);
1211}
1212
1213void CLogView::OnViewNextBookmark(UINT /*uNotifyCode*/, int /*nID*/, CWindow /*wndCtl*/)
1214{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected