MCPcopy Create free account
hub / github.com/cxasm/notepad-- / InsertLine

Method InsertLine

src/qscint/scintilla/src/PerLine.cpp:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void LineMarkers::InsertLine(Sci::Line line) {
91 if (markers.Length()) {
92 markers.Insert(line, 0);
93 }
94}
95
96void LineMarkers::RemoveLine(Sci::Line line) {
97 // Retain the markers from the deleted line by oring them into the previous line

Callers 1

LinesAddedOrRemovedMethod · 0.45

Calls 4

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

Tested by

no test coverage detected