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

Method findPrevShortcut

gui/nbrowserwindow.cpp:3858–3864  ·  view source on GitHub ↗

Search for the previous occurrence of text in a note.

Source from the content-addressed store, hash-verified

3856//* text in a note.
3857//*******************************************
3858void NBrowserWindow::findPrevShortcut() {
3859 findReplace->showFind();
3860 QString find = findReplace->findLine->text();
3861 if (find != "")
3862 editor->page()->findText(find,
3863 findReplace->getCaseSensitive() | QWebPage::FindBackward | QWebPage::FindWrapsAroundDocument);
3864}
3865
3866
3867

Callers

nothing calls this directly

Calls 2

showFindMethod · 0.80
getCaseSensitiveMethod · 0.80

Tested by

no test coverage detected