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

Method InsertLine

scintilla/src/PerLine.cxx:130–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void LineMarkers::InsertLine(int line) {
131 if (markers.Length()) {
132 markers.Insert(line, 0);
133 }
134}
135
136void LineMarkers::RemoveLine(int line) {
137 // Retain the markers from the deleted line by oring them into the previous line

Callers

nothing calls this directly

Calls 4

InsertValueMethod · 0.80
EnsureLengthMethod · 0.80
LengthMethod · 0.45
InsertMethod · 0.45

Tested by

no test coverage detected