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

Method DocumentLexState

scintilla/src/ScintillaBase.cxx:528–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528LexState *ScintillaBase::DocumentLexState() {
529 if (!pdoc->pli) {
530 pdoc->pli = new LexState(pdoc);
531 }
532 return static_cast<LexState *>(pdoc->pli);
533}
534
535void LexState::SetLexerModule(const LexerModule *lex) {
536 if (lex != lexCurrent) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected