MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / SetLineEndTypes

Method SetLineEndTypes

scintilla/src/CellBuffer.cxx:463–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463void CellBuffer::SetLineEndTypes(int utf8LineEnds_) {
464 if (utf8LineEnds != utf8LineEnds_) {
465 utf8LineEnds = utf8LineEnds_;
466 ResetLineEnds();
467 }
468}
469
470void CellBuffer::SetPerLine(PerLine *pl) {
471 lv.SetPerLine(pl);

Callers 2

SetDBCSCodePageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected