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

Method LexerChanged

scintilla/src/Document.cxx:1739–1744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1737}
1738
1739void Document::LexerChanged() {
1740 // Tell the watchers the lexer has changed.
1741 for (std::vector<WatcherWithUserData>::iterator it = watchers.begin(); it != watchers.end(); ++it) {
1742 it->watcher->NotifyLexerChanged(this, it->userData);
1743 }
1744}
1745
1746int SCI_METHOD Document::SetLineState(int line, int state) {
1747 int statePrevious = static_cast<LineState *>(perLineData[ldState])->SetLineState(line, state);

Callers 1

SetLexerModuleMethod · 0.80

Calls 1

NotifyLexerChangedMethod · 0.45

Tested by

no test coverage detected