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

Method SetLineState

scintilla/src/PerLine.cxx:314–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314int LineState::SetLineState(int line, int state) {
315 lineStates.EnsureLength(line + 1);
316 int stateOld = lineStates[line];
317 lineStates[line] = state;
318 return stateOld;
319}
320
321int LineState::GetLineState(int line) {
322 if (line < 0)

Callers 1

WndProcMethod · 0.45

Calls 1

EnsureLengthMethod · 0.80

Tested by

no test coverage detected