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

Method DescribeWordListSets

scintilla/src/ScintillaBase.cxx:572–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572const char *LexState::DescribeWordListSets() {
573 if (instance) {
574 return instance->DescribeWordListSets();
575 } else {
576 return 0;
577 }
578}
579
580void LexState::SetWordList(int n, const char *wl) {
581 if (instance) {

Callers 1

WndProcMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected