MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / set_codepage

Method set_codepage

test/MockEditorInterface.cpp:580–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

EncodingTests.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected