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

Method GetWordListDescription

scintilla/lexlib/LexerModule.cxx:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76const char *LexerModule::GetWordListDescription(int index) const {
77 assert(index < GetNumWordLists());
78 if (!wordListDescriptions || (index >= GetNumWordLists())) {
79 return "";
80 } else {
81 return wordListDescriptions[index];
82 }
83}
84
85int LexerModule::GetStyleBitsNeeded() const {
86 return styleBits;

Callers 1

LexerSimpleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected