MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / findNextShortcut

Method findNextShortcut

gui/nbrowserwindow.cpp:3844–3850  ·  view source on GitHub ↗

Search for the next occurrence of text in a note.

Source from the content-addressed store, hash-verified

3842//* in a note.
3843//*******************************************
3844void NBrowserWindow::findNextShortcut() {
3845 findReplace->showFind();
3846 QString find = findReplace->findLine->text();
3847 if (find != "")
3848 editor->page()->findText(find,
3849 findReplace->getCaseSensitive() | QWebPage::FindWrapsAroundDocument);
3850}
3851
3852
3853

Callers

nothing calls this directly

Calls 2

showFindMethod · 0.80
getCaseSensitiveMethod · 0.80

Tested by

no test coverage detected