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

Method findInNote

nixnote.cpp:2443–2456  ·  view source on GitHub ↗

Search for text within a note

Source from the content-addressed store, hash-verified

2441//* Search for text within a note
2442//****************************************
2443void NixNote::findInNote() {
2444 tabWindow->currentBrowser()->findShortcut();
2445// if (!findReplaceWindow->isVisible()) {
2446// findReplaceWindow->showFind();
2447// } else {
2448// if (findReplaceWindow->findLine->hasFocus())
2449// findReplaceWindow->hide();
2450// else {
2451// findReplaceWindow->showFind();
2452// findReplaceWindow->findLine->setFocus();
2453// findReplaceWindow->findLine->selectAll();
2454// }
2455// }
2456}
2457
2458
2459

Callers

nothing calls this directly

Calls 2

findShortcutMethod · 0.80
currentBrowserMethod · 0.80

Tested by

no test coverage detected