Search for text within a note
| 2441 | //* Search for text within a note |
| 2442 | //**************************************** |
| 2443 | void 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 |
nothing calls this directly
no test coverage detected