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

Method ClearAll

scintilla/src/PerLine.cxx:435–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435void LineAnnotation::ClearAll() {
436 for (int line = 0; line < annotations.Length(); line++) {
437 delete []annotations[line];
438 annotations[line] = 0;
439 }
440 annotations.DeleteAll();
441}
442
443void LineAnnotation::SetStyle(int line, int style) {
444 annotations.EnsureLength(line+1);

Callers

nothing calls this directly

Calls 2

LengthMethod · 0.45
DeleteAllMethod · 0.45

Tested by

no test coverage detected