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

Method SetWordList

scintilla/src/ScintillaBase.cxx:580–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578}
579
580void LexState::SetWordList(int n, const char *wl) {
581 if (instance) {
582 int firstModification = instance->WordListSet(n, wl);
583 if (firstModification >= 0) {
584 pdoc->ModifiedAt(firstModification);
585 }
586 }
587}
588
589int LexState::GetStyleBitsNeeded() const {
590 return lexCurrent ? lexCurrent->GetStyleBitsNeeded() : 5;

Callers 1

WndProcMethod · 0.80

Calls 2

ModifiedAtMethod · 0.80
WordListSetMethod · 0.45

Tested by

no test coverage detected