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

Method findNextInNote

gui/nbrowserwindow.cpp:3924–3930  ·  view source on GitHub ↗

Search for the next occurrence of text in a note.

Source from the content-addressed store, hash-verified

3922//* in a note.
3923//*******************************************
3924void NBrowserWindow::findNextInNote() {
3925 findReplace->showFind();
3926 QString find = findReplace->findLine->text();
3927 if (find != "")
3928 editor->page()->findText(find,
3929 findReplace->getCaseSensitive() | QWebPage::FindWrapsAroundDocument);
3930}
3931
3932
3933

Callers

nothing calls this directly

Calls 2

showFindMethod · 0.80
getCaseSensitiveMethod · 0.80

Tested by

no test coverage detected