| 520 | } |
| 521 | |
| 522 | void MockEditorInterface::set_active_document_text_raw( |
| 523 | const std::string &text) { |
| 524 | auto doc = active_document(); |
| 525 | if (doc) |
| 526 | doc->set_data_raw(text); |
| 527 | } |
| 528 | |
| 529 | std::vector<std::string> |
| 530 | MockEditorInterface::get_underlined_words( |
no test coverage detected