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

Method SetPerLine

scintilla/src/CellBuffer.cxx:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void LineVector::SetPerLine(PerLine *pl) {
43 perLine = pl;
44}
45
46void LineVector::InsertText(int line, int delta) {
47 starts.InsertText(line, delta);

Callers 1

DocumentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected