Find/replace button pressed, so we need to highlight all the occurrences in a note.
| 2505 | //* in a note. |
| 2506 | //*************************************** |
| 2507 | void NixNote::findReplaceInNotePressed() { |
| 2508 | tabWindow->currentBrowser()->findReplaceInNotePressed(); |
| 2509 | } |
| 2510 | |
| 2511 | |
| 2512 |
nothing calls this directly
no test coverage detected