| 513 | } |
| 514 | |
| 515 | void MockEditorInterface::set_active_document_text( |
| 516 | const std::wstring &text) { |
| 517 | auto doc = active_document(); |
| 518 | if (doc) |
| 519 | doc->set_data(text); |
| 520 | } |
| 521 | |
| 522 | void MockEditorInterface::set_active_document_text_raw( |
| 523 | const std::string &text) { |
no test coverage detected