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

Method findReplaceInNotePressed

nixnote.cpp:2507–2509  ·  view source on GitHub ↗

Find/replace button pressed, so we need to highlight all the occurrences in a note.

Source from the content-addressed store, hash-verified

2505//* in a note.
2506//***************************************
2507void NixNote::findReplaceInNotePressed() {
2508 tabWindow->currentBrowser()->findReplaceInNotePressed();
2509}
2510
2511
2512

Callers

nothing calls this directly

Calls 1

currentBrowserMethod · 0.80

Tested by

no test coverage detected