| 578 | } |
| 579 | |
| 580 | void MockEditorInterface::set_codepage( |
| 581 | EditorCodepage codepage) { |
| 582 | auto doc = active_document(); |
| 583 | if (!doc) |
| 584 | return; |
| 585 | doc->codepage = codepage; |
| 586 | } |
| 587 | |
| 588 | void MockEditorInterface::delete_range(TextPosition start, |
| 589 | TextPosition length) { |
no outgoing calls
no test coverage detected