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

Method ChangeLexerState

scintilla/src/Document.cxx:1763–1766  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1761}
1762
1763void SCI_METHOD Document::ChangeLexerState(int start, int end) {
1764 DocModification mh(SC_MOD_LEXERSTATE, start, end-start, 0, 0, 0);
1765 NotifyModified(mh);
1766}
1767
1768StyledText Document::MarginStyledText(int line) {
1769 LineAnnotation *pla = static_cast<LineAnnotation *>(perLineData[ldMargin]);

Callers 1

WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected