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

Method SetLineStart

scintilla/src/CellBuffer.cxx:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void LineVector::SetLineStart(int line, int position) {
60 starts.SetPartitionStartPosition(line, position);
61}
62
63void LineVector::RemoveLine(int line) {
64 starts.RemovePartition(line);

Callers 4

ResetLineEndsMethod · 0.45
BasicInsertStringMethod · 0.45
BasicDeleteCharsMethod · 0.45
LayoutLineMethod · 0.45

Calls 1

Tested by

no test coverage detected