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

Method DeleteLines

scintilla/src/ContractionState.cxx:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void ContractionState::DeleteLines(int lineDoc, int lineCount) {
133 for (int l = 0; l < lineCount; l++) {
134 DeleteLine(lineDoc);
135 }
136 Check();
137}
138
139bool ContractionState::GetVisible(int lineDoc) const {
140 if (OneToOne()) {

Callers 1

NotifyModifiedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected